File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function Layout({ children }: { children: React.ReactNode }) {
18
18
) }
19
19
>
20
20
< Providers >
21
- < Nav withPreheader = { false } />
21
+ < Nav withPreheader = { true } />
22
22
</ Providers >
23
23
{ children }
24
24
</ div >
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ export default function Nav({ withPreheader = false }) {
20
20
21
21
const version = current ;
22
22
23
- const withRyanHeader = true ;
24
-
25
23
const forceClose = ( ) => {
26
24
setOpen ( false ) ;
27
25
} ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Link from "components/common/Link";
5
5
export default function Preheader ( ) {
6
6
return (
7
7
< Link
8
- href = "/con/2024 "
8
+ href = "/con/2025 "
9
9
rel = "noreferrer"
10
10
className = "block relative overflow-hidden bg-blue-black border-b-blue border-b-2 bg-conf-gradient text-white py-2 w-full z-50"
11
11
>
@@ -65,7 +65,7 @@ export default function Preheader() {
65
65
The conference dedicated to API Platform and its ecosystem
66
66
</ p >
67
67
< div className = "text-lg" >
68
- < strong className = "font-bold" > Sep 19, 20 2024 </ strong > | Lille &
68
+ < strong className = "font-bold" > Sep 18, 19 2025 </ strong > | Lille &
69
69
online
70
70
</ div >
71
71
</ div >
@@ -82,8 +82,8 @@ export default function Preheader() {
82
82
clipRule = "evenodd"
83
83
/>
84
84
</ svg >
85
- < span className = "lg:hidden" > Register now</ span >
86
- < span className = "hidden lg:block " > Only a few tickets left!</ span >
85
+ < span > Register now</ span >
86
+ < span className = "hidden" > Only a few tickets left!</ span >
87
87
</ Button >
88
88
</ div >
89
89
</ Link >
You can’t perform that action at this time.
0 commit comments