Skip to content

Commit

Permalink
fix: bottom title select none
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew committed Apr 17, 2024
1 parent 7e0fcb2 commit 771ae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BottomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const BottomNav:FC = () => {
<span className="w-6 h-6">
{link.icon}
</span>
<span className="text-xs font-semibold">
<span className="text-xs font-semibold select-none">
{link.title}
</span>
</div>
Expand Down

0 comments on commit 771ae27

Please sign in to comment.