fix: incorrect links order for sections coloring #27
|
|
@ -2,14 +2,12 @@ import { Sections } from "@/i18n/translations";
|
|||
import { useLayoutEffect, useRef } from "react";
|
||||
|
||||
export const linksOrder: Array<Sections> = [
|
||||
"hero",
|
||||
"details",
|
||||
"title",
|
||||
"about",
|
||||
"where",
|
||||
"when",
|
||||
"tickets",
|
||||
"accommodation",
|
||||
"food",
|
||||
"contact",
|
||||
"cfp",
|
||||
"contact"
|
||||
]
|
||||
|
||||
export function useColorSections(parent: React.RefObject<HTMLDivElement | null>) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue