File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
36
36
/>
37
37
< div
38
38
// placeholder: the colors here on `before` must match the ones on Hero `before` strip
39
- className = "absolute h-[calc(var(--navbar-h)+1px)] w-full bg-pri-base before:absolute before:top-0 before:h-[calc(var(--navbar-h)+1px)] before:w-full before:bg-white/30 dark:bg-pri-darker dark:before:bg-blk /40"
39
+ className = "absolute h-[calc(var(--navbar-h)+1px)] w-full bg-pri-base before:absolute before:top-0 before:h-[calc(var(--navbar-h)+1px)] before:w-full before:bg-white/30 dark:bg-pri-darker dark:before:bg-black /40"
40
40
/>
41
41
< header
42
42
className = { clsx (
@@ -46,12 +46,13 @@ 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
- < div className = "flex items-center gap-2 text-xl/none uppercase" >
50
- < NextLink href = "/" >
51
- < GraphQLLogo className = "h-6" />
52
- </ NextLink >
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" />
53
54
< span > / GraphQLConf { year } </ span >
54
- </ div >
55
+ </ NextLink >
55
56
56
57
< 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" >
57
58
< p className = "flex items-center gap-2 text-sm" >
You can’t perform that action at this time.
0 commit comments