feat: add navbar title show options
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled

This commit is contained in:
Kentai Radiquum 2025-03-17 02:34:06 +05:00
parent fc64b50367
commit 5270c50c7b
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 62 additions and 15 deletions

View file

@ -81,7 +81,7 @@ export const MenuPage = () => {
</button>
</div>
</div>
<Link href="/favorites" className="flex-1">
<Link href="/favorites" className="flex-1 sm:hidden">
<Card>
<div className="flex items-center gap-2">
<span
@ -91,7 +91,7 @@ export const MenuPage = () => {
</div>
</Card>
</Link>
<Link href="/collections" className="flex-1">
<Link href="/collections" className="flex-1 sm:hidden">
<Card>
<div className="flex items-center gap-2">
<span
@ -101,7 +101,7 @@ export const MenuPage = () => {
</div>
</Card>
</Link>
<Link href="/history" className="flex-1">
<Link href="/history" className="flex-1 sm:hidden">
<Card>
<div className="flex items-center gap-2">
<span