Skip to content

Commit

Permalink
feature(bento): make it RTL compatible (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher authored Feb 5, 2025
1 parent f63c286 commit 6dc23c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/default/magicui/bento-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const BentoCard = ({
<Button variant="ghost" asChild size="sm" className="pointer-events-auto">
<a href={href}>
{cta}
<ArrowRightIcon className="ml-2 h-4 w-4" />
<ArrowRightIcon className="ms-2 h-4 w-4 rtl:rotate-180" />
</a>
</Button>
</div>
Expand Down

0 comments on commit 6dc23c7

Please sign in to comment.