context and pulse here to give user context

This commit is contained in:
talksik
2022-05-06 06:32:00 -05:00
parent 60b8439d98
commit 0b65395af6
@@ -127,9 +127,11 @@ export default function NirvanaHeader({
className="flex flex-row items-center bg-gray-100 p-4 border-b border-b-gray-200" className="flex flex-row items-center bg-gray-100 p-4 border-b border-b-gray-200"
id="titlebar" id="titlebar"
> >
<div onClick={onHeaderFocus}> <Tooltip title="connected">
<Logo type="small" /> <div onClick={onHeaderFocus} className="animate-pulse">
</div> <Logo type="small" />
</div>
</Tooltip>
{!shouldHideSearch && ( {!shouldHideSearch && (
<div className="mx-auto flex flex-row items-center space-x-2 ml-5"> <div className="mx-auto flex flex-row items-center space-x-2 ml-5">