fixing issues with the routes and now getting more things flowing

This commit is contained in:
talksik
2022-05-06 06:37:07 -05:00
parent 0b65395af6
commit 7dc7fa39cd
4 changed files with 8 additions and 6 deletions
@@ -127,9 +127,9 @@ export default function NirvanaHeader({
className="flex flex-row items-center bg-gray-100 p-4 border-b border-b-gray-200"
id="titlebar"
>
<Tooltip title="connected">
<Tooltip title="connected" placement="right">
<div onClick={onHeaderFocus} className="animate-pulse">
<Logo type="small" />
<Logo type="small" grayscale={desktopMode === "flowState"} />
</div>
</Tooltip>