Skip to content

Commit 0afac2c

Browse files
authored
Merge pull request #89 from nativeui-org/hotfix
fix(site): hide NativeUI text on small screens
2 parents f61162f + 09bcb62 commit 0afac2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(site)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function SiteLayout({
5353
width={32}
5454
height={32}
5555
/>
56-
NativeUI
56+
<span className="hidden sm:inline">NativeUI</span>
5757
</Link>
5858
<div className="flex items-center gap-4">
5959
<CommandMenu />

0 commit comments

Comments
 (0)