Skip to content

Commit

Permalink
fix: simpler toggle layout text
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Jan 17, 2025
1 parent c5b7bfe commit ed980e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const LayoutDirectionToggler = () => {
</TooltipTrigger>
</Button>
<TooltipContent>
<p>Switch to {layout_direction} layout</p>
<p>Flip {layout_direction}</p>
</TooltipContent>
</Tooltip>
</TooltipProvider>
Expand Down

0 comments on commit ed980e0

Please sign in to comment.