Compare commits
2 commits
922a141849
...
103e343f22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
103e343f22 | ||
|
|
2c0d70975a |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 4.4 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 3.8 KiB |
|
|
@ -243,7 +243,7 @@ export default function LandingPage(
|
|||
</>
|
||||
</NewSection>
|
||||
|
||||
<NewSection id="faq">
|
||||
<NewSection id="details">
|
||||
<>
|
||||
<div>
|
||||
<Heading>{t.details.title}</Heading>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue