We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0835e86 commit 6bb12a6Copy full SHA for 6bb12a6
src/components/navigation/NavigationLogo.tsx
@@ -10,9 +10,8 @@ const NavigationLogo = () => {
10
}
11
12
return (
13
- <Button asChild variant="ghost" className="px-4 h-fit">
+ <Button asChild variant="ghost" className="px-0 sm:px-4 h-fit">
14
<button
15
- className="text-normal"
16
aria-label="Scroll back to the the Top"
17
title="Back to the the Top"
18
onClick={handleScrollToTop}
@@ -25,9 +24,7 @@ const NavigationLogo = () => {
25
24
className="rounded-lg"
26
loading="lazy"
27
/>
28
- <span className="max-[336px]:hidden text-large">
29
- Infinite Scroll Feed
30
- </span>
+ <span className="text-large">Infinite Scroll Feed</span>
31
</button>
32
</Button>
33
)
0 commit comments