Skip to content

Commit 6bb12a6

Browse files
never hide app name
1 parent 0835e86 commit 6bb12a6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/navigation/NavigationLogo.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ const NavigationLogo = () => {
1010
}
1111

1212
return (
13-
<Button asChild variant="ghost" className="px-4 h-fit">
13+
<Button asChild variant="ghost" className="px-0 sm:px-4 h-fit">
1414
<button
15-
className="text-normal"
1615
aria-label="Scroll back to the the Top"
1716
title="Back to the the Top"
1817
onClick={handleScrollToTop}
@@ -25,9 +24,7 @@ const NavigationLogo = () => {
2524
className="rounded-lg"
2625
loading="lazy"
2726
/>
28-
<span className="max-[336px]:hidden text-large">
29-
Infinite Scroll Feed
30-
</span>
27+
<span className="text-large">Infinite Scroll Feed</span>
3128
</button>
3229
</Button>
3330
)

0 commit comments

Comments
 (0)