Skip to content

Commit 5afeed7

Browse files
committed
fix: boton dashboard mobile
1 parent 127fb55 commit 5afeed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/pages/Landing.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ function Header() {
110110
</nav>
111111
<div className="ml-auto flex items-center gap-1.5">
112112
<ThemeToggle />
113-
<Button asChild variant="ghost" size="sm" className="hidden sm:inline-flex">
114-
<Link to="/app">Dashboard</Link>
113+
<Button asChild variant="ghost" size="sm">
114+
<Link to="/app"><LayoutDashboard className="size-4" /><span className="hidden sm:inline">Dashboard</span></Link>
115115
</Button>
116116
<Button asChild size="sm">
117117
<a href={REPO} target="_blank" rel="noreferrer"><GitHubMark className="size-4" /> GitHub</a>

0 commit comments

Comments
 (0)