fix: links
Some checks failed
/ deploy (push) Failing after 53s

This commit is contained in:
Dariusz Niemczyk 2025-04-13 18:37:55 +02:00 committed by palid
parent 2c0d70975a
commit 103e343f22
2 changed files with 2 additions and 3 deletions

View file

@ -243,7 +243,7 @@ export default function LandingPage(
</>
</NewSection>
<NewSection id="faq">
<NewSection id="details">
<>
<div>
<Heading>{t.details.title}</Heading>

View file

@ -2,11 +2,10 @@ import { Sections } from "@/i18n/translations";
import { useLayoutEffect, useRef } from "react";
export const linksOrder: Array<Sections> = [
"details",
"title",
"about",
"tickets",
"cfp",
"details",
"contact"
]