There was an error while loading. Please reload this page.
1 parent 8af8582 commit 608c3dfCopy full SHA for 608c3df
1 file changed
src/pages/SpeakersPage.tsx
@@ -32,12 +32,14 @@ export default function SpeakersPage() {
32
})}
33
</h2>
34
35
- <h3 className="text-lg text-gray-500 mb-12">
36
- {t({
37
- fr: "Plus d'infos à venir",
38
- en: "More info coming soon",
39
- })}
40
- </h3>
+ {year === "2026" && (
+ <h3 className="text-lg text-gray-500 mb-12">
+ {t({
+ fr: "Plus d'infos à venir",
+ en: "More info coming soon",
+ })}
41
+ </h3>
42
+ )}
43
44
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-10">
45
{speakers
0 commit comments