Skip to content

Commit

Permalink
fix: move tooltip content to right side (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfrancisco authored Nov 27, 2024
1 parent 135c661 commit fe213fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/engine/src/modules/app-layout/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function AppSidebar({ email }: { email: string }) {
</SidebarMenuSubButton>
</TooltipTrigger>
<TooltipPortal>
<TooltipContent>
<TooltipContent side="right">
Click on this feature to up vote on our
roadmap
</TooltipContent>
Expand Down

0 comments on commit fe213fc

Please sign in to comment.