cleaning header

This commit is contained in:
Arjun Patel
2022-01-12 01:45:26 -08:00
parent da44f668fa
commit cd923cfa93
+4 -2
View File
@@ -179,10 +179,12 @@ export default class Demo extends React.Component<MyProps, MyState> {
{/* welcome message */} {/* welcome message */}
<span className='flex flex-col items-baseline'> <span className='flex flex-col items-baseline'>
<span className="font-bold text-xl text-white">👋Hey Arjun, Good Afternoon!</span> <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>
{/* Date and time */} {/* 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> </span>
{/* avatar */} {/* avatar */}