fix: faq link #32
|
|
@ -243,7 +243,7 @@ export default function LandingPage(
|
||||||
</>
|
</>
|
||||||
</NewSection>
|
</NewSection>
|
||||||
|
|
||||||
<NewSection id="faq">
|
<NewSection id="details">
|
||||||
<>
|
<>
|
||||||
<div>
|
<div>
|
||||||
<Heading>{t.details.title}</Heading>
|
<Heading>{t.details.title}</Heading>
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,10 @@ import { Sections } from "@/i18n/translations";
|
||||||
import { useLayoutEffect, useRef } from "react";
|
import { useLayoutEffect, useRef } from "react";
|
||||||
|
|
||||||
export const linksOrder: Array<Sections> = [
|
export const linksOrder: Array<Sections> = [
|
||||||
"details",
|
|
||||||
"title",
|
|
||||||
"about",
|
"about",
|
||||||
"tickets",
|
"tickets",
|
||||||
"cfp",
|
"cfp",
|
||||||
|
"details",
|
||||||
"contact"
|
"contact"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue