Skip to content

Commit c34d9ee

Browse files
authored
fix: cpf link (#648)
1 parent 83d7967 commit c34d9ee

File tree

3 files changed

+487
-487
lines changed

3 files changed

+487
-487
lines changed

pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const HomePage = ({ speakers, partners, images }: HomePageProps) => {
4444
<div className="flex gap-2">
4545
<Button
4646
className="pink"
47-
to={`/${locale}/con/2025/call-for-papers`}
47+
to={`/${locale}/con/2026/call-for-papers`}
4848
>
4949
{t("2026.cfp.button")}
5050
</Button>

pwa/data/con/2026/nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const nav = {
77
mobileOnly: true,
88
},
99
{
10-
to: "/{{locale}}/con/2025/call-for-papers",
10+
to: "/{{locale}}/con/2026/call-for-papers",
1111
text: "nav.links.call_for_papers",
1212
},
1313
{

0 commit comments

Comments
 (0)