Skip to content

Commit

Permalink
Fix mobile button being hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Jan 16, 2025
1 parent 1882f84 commit 38b1f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const MobileSection = ({
className={cn(
"dark:bg-flathub-white/15 bg-flathub-black/10",
"transition duration-300 hover:bg-flathub-black/20 dark:hover:bg-flathub-white/25",
"rounded-full px-8 hidden lg:flex w-fit",
"rounded-full px-8 w-fit",
)}
aria-label={t("more-mobile-apps")}
title={t("more-mobile-apps")}
Expand Down

0 comments on commit 38b1f5a

Please sign in to comment.