@@ -122,7 +122,7 @@ export default function Navbar1() {
122
122
navigationMenuTriggerStyle ,
123
123
buttonVariants ( {
124
124
variant : "ghost" ,
125
- } ) ,
125
+ } )
126
126
) }
127
127
href = "/"
128
128
>
@@ -141,7 +141,7 @@ export default function Navbar1() {
141
141
< li key = { item . title } >
142
142
< a
143
143
className = { cn (
144
- "flex select-none gap-4 rounded-md p-3 leading-none no-underline outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground" ,
144
+ "flex select-none gap-4 rounded-md p-3 leading-none no-underline outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground"
145
145
) }
146
146
href = { item . url }
147
147
>
@@ -170,7 +170,7 @@ export default function Navbar1() {
170
170
< li key = { item . title } >
171
171
< a
172
172
className = { cn (
173
- "flex select-none gap-4 rounded-md p-3 leading-none no-underline outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground" ,
173
+ "flex select-none gap-4 rounded-md p-3 leading-none no-underline outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground"
174
174
) }
175
175
href = { item . url }
176
176
>
@@ -199,7 +199,7 @@ export default function Navbar1() {
199
199
navigationMenuTriggerStyle ,
200
200
buttonVariants ( {
201
201
variant : "ghost" ,
202
- } ) ,
202
+ } )
203
203
) }
204
204
href = "/sponsors"
205
205
>
@@ -275,7 +275,7 @@ export default function Navbar1() {
275
275
< a
276
276
key = { item . title }
277
277
className = { cn (
278
- "flex select-none gap-4 rounded-md p-3 leading-none outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground" ,
278
+ "flex select-none gap-4 rounded-md p-3 leading-none outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground"
279
279
) }
280
280
href = { item . url }
281
281
>
@@ -298,7 +298,7 @@ export default function Navbar1() {
298
298
< a
299
299
key = { item . title }
300
300
className = { cn (
301
- "flex select-none gap-4 rounded-md p-3 leading-none outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground" ,
301
+ "flex select-none gap-4 rounded-md p-3 leading-none outline-hidden transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground"
302
302
) }
303
303
href = { item . url }
304
304
>
@@ -324,7 +324,7 @@ export default function Navbar1() {
324
324
buttonVariants ( {
325
325
variant : "ghost" ,
326
326
} ) ,
327
- "justify-start text-muted-foreground" ,
327
+ "justify-start text-muted-foreground"
328
328
) }
329
329
href = "/terms-and-conditions"
330
330
>
@@ -335,7 +335,7 @@ export default function Navbar1() {
335
335
buttonVariants ( {
336
336
variant : "ghost" ,
337
337
} ) ,
338
- "justify-start text-muted-foreground" ,
338
+ "justify-start text-muted-foreground"
339
339
) }
340
340
href = "/privacy-policy"
341
341
>
@@ -346,7 +346,9 @@ export default function Navbar1() {
346
346
< DropdownMenu >
347
347
< DropdownMenuTrigger > Past Events</ DropdownMenuTrigger >
348
348
< DropdownMenuContent >
349
- < DropdownMenuItem > 2022</ DropdownMenuItem >
349
+ < DropdownMenuItem >
350
+ < a href = "/2022" > 2022</ a >
351
+ </ DropdownMenuItem >
350
352
< DropdownMenuItem > 2018</ DropdownMenuItem >
351
353
< DropdownMenuItem > 2017</ DropdownMenuItem >
352
354
</ DropdownMenuContent >
0 commit comments