File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,18 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
46
46
>
47
47
< BackdropBlur />
48
48
< div className = "flex h-[var(--navbar-h)] items-center justify-between gap-5 px-4 lg:px-10" >
49
- < NextLink
50
- href = "/conf/2025"
51
- className = "-m-2 flex items-center gap-2 p-2 text-xl/none uppercase"
52
- >
53
- < GraphQLLogo className = "h-6" />
54
- < span > / GraphQLConf { year } </ span >
55
- </ NextLink >
49
+ < div className = "flex items-center gap-2 text-xl/none uppercase" >
50
+ < NextLink href = "/" className = "-m-1 p-1 hover:bg-neu-900/10" >
51
+ < GraphQLLogo className = "h-6" />
52
+ </ NextLink >
53
+ < span > /</ span >
54
+ < NextLink
55
+ href = { `/conf/${ year } ` }
56
+ className = "-m-2 p-2 underline-offset-4 hover:underline"
57
+ >
58
+ GraphQLConf { year }
59
+ </ NextLink >
60
+ </ div >
56
61
57
62
< div className = "mr-auto flex h-full flex-col justify-center whitespace-pre border-x border-black/60 px-4 typography-menu dark:border-white/80 max-xl:hidden" >
58
63
< p className = "flex items-center gap-2 text-sm" >
You can’t perform that action at this time.
0 commit comments