File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/web/src/app/(home)/_components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export default function Navbar() {
116
116
</ span >
117
117
</ Link >
118
118
119
- < div className = "hidden items-center gap-4 md :flex" >
119
+ < div className = "hidden items-center gap-4 lg :flex" >
120
120
< div className = "flex items-center gap-1" >
121
121
{ desktopNavLinks . map ( ( link ) => (
122
122
< Link
@@ -156,7 +156,7 @@ export default function Navbar() {
156
156
< ThemeToggle />
157
157
</ div >
158
158
159
- < div className = "flex items-center gap-2 md :hidden" >
159
+ < div className = "flex items-center gap-2 lg :hidden" >
160
160
< ThemeToggle />
161
161
< button
162
162
type = "button"
@@ -183,7 +183,7 @@ export default function Navbar() {
183
183
animate = { { opacity : 1 } }
184
184
exit = { { opacity : 0 } }
185
185
transition = { { duration : 0.2 , ease : "easeInOut" } }
186
- className = "fixed inset-0 z-[98] bg-background/50 backdrop-blur-sm md :hidden"
186
+ className = "fixed inset-0 z-[98] bg-background/50 backdrop-blur-sm lg :hidden"
187
187
onClick = { closeMobileMenu }
188
188
aria-hidden = "true"
189
189
/>
@@ -193,7 +193,7 @@ export default function Navbar() {
193
193
animate = { { x : 0 } }
194
194
exit = { { x : "100%" } }
195
195
transition = { { type : "spring" , stiffness : 300 , damping : 30 } }
196
- className = "fixed top-0 right-0 bottom-0 z-[99] h-full w-full max-w-xs overflow-y-auto border-border border-l bg-background shadow-lg md :hidden"
196
+ className = "fixed top-0 right-0 bottom-0 z-[99] h-full w-full max-w-xs overflow-y-auto border-border border-l bg-background shadow-lg lg :hidden"
197
197
aria-modal = "true"
198
198
>
199
199
< div className = "flex h-16 items-center justify-between border-border border-b px-4" >
You can’t perform that action at this time.
0 commit comments