style: move the body of the profile creation trigger a bit left

This commit is contained in:
zhom
2025-11-30 10:46:03 +04:00
parent 5947ec14e6
commit 8aa3885240
+6 -1
View File
@@ -142,7 +142,12 @@ const HomeHeader = ({
</Button>
</span>
</TooltipTrigger>
<TooltipContent>Create a new profile</TooltipContent>
<TooltipContent
arrowOffset={-8}
style={{ transform: "translateX(-8px)" }}
>
Create a new profile
</TooltipContent>
</Tooltip>
</div>
</div>