cleaning header

This commit is contained in:
Arjun Patel
2022-01-12 01:45:26 -08:00
parent da44f668fa
commit cd923cfa93
+5 -3
View File
@@ -178,11 +178,13 @@ export default class Demo extends React.Component<MyProps, MyState> {
<section className="flex-1 flex flex-row items-center justify-between py-5">
{/* welcome message */}
<span className='flex flex-col items-baseline'>
<span className="font-bold text-xl text-white">👋Hey Arjun, Good Afternoon!</span>
<span className="text-md text-gray-300">you collabed <span className="text-green-500">1.5 hours</span> and worked <span className="text-orange-500">2 hours</span> yesterday</span>
<span className="font-bold text-xl text-white">👋Hey Arjun, Good Afternoon!</span>
{/* Date and time */}
<span className='text-sky-700 bg-sky-200 p-1 rounded-md text-xs font-bold mt-2'>Tues, Jan 11th</span>
<span className='flex flex-row space-x-2'>
<span className='text-sky-700 bg-sky-200 p-1 rounded-md text-xs font-bold mt-2'>Tues, Jan 11th</span>
<span className='text-yellow-700 bg-yellow-200 p-1 rounded-md text-xs font-bold mt-2'>1:34am</span>
</span>
</span>
{/* avatar */}