Fix schedule link
This commit is contained in:
parent
5127ee7967
commit
10bfa5e561
|
|
@ -189,7 +189,7 @@ export default function LandingPage(
|
||||||
<p className="mt-2 text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl-text:7xl 2xl:text-8xl text-primary ">{t.details.when.date}</p>
|
<p className="mt-2 text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl-text:7xl 2xl:text-8xl text-primary ">{t.details.when.date}</p>
|
||||||
<div className='flex flex-col space-y-4 items-center justify-center m-auto'>
|
<div className='flex flex-col space-y-4 items-center justify-center m-auto'>
|
||||||
<Button className={`${oxanium.className} text-xl uppercase cursor-pointer`}>
|
<Button className={`${oxanium.className} text-xl uppercase cursor-pointer`}>
|
||||||
<Link href={`/${currentLocale}/agenda`} className="flex items-center gap-2">
|
<Link href={`https://cfp.cebula.camp/camp-2025/locale/set?locale=${currentLocale}&next=/camp-2025/schedule/`} className="flex items-center gap-2">
|
||||||
<svg
|
<svg
|
||||||
className="w-5 h-5"
|
className="w-5 h-5"
|
||||||
fill="none"
|
fill="none"
|
||||||
|
|
@ -271,7 +271,7 @@ export default function LandingPage(
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button className={`${oxanium.className} text-xl uppercase cursor-pointer`} size="lg">
|
<Button className={`${oxanium.className} text-xl uppercase cursor-pointer`} size="lg">
|
||||||
<Link href={`/${currentLocale}/agenda`}>
|
<Link href={`https://cfp.cebula.camp/camp-2025/locale/set?locale=${currentLocale}&next=/camp-2025/schedule/`}>
|
||||||
{t.contribute.agenda.viewButton}
|
{t.contribute.agenda.viewButton}
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue