From 103e343f22ec139b07cea26bc7efa8d3dde4dfd1 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Sun, 13 Apr 2025 18:37:55 +0200 Subject: [PATCH] fix: links --- src/components/landing-page.tsx | 2 +- src/hooks/color-sections.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 1841d52..42edfd5 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -243,7 +243,7 @@ export default function LandingPage( - + <>
{t.details.title} diff --git a/src/hooks/color-sections.tsx b/src/hooks/color-sections.tsx index e18bf8d..beab322 100644 --- a/src/hooks/color-sections.tsx +++ b/src/hooks/color-sections.tsx @@ -2,11 +2,10 @@ import { Sections } from "@/i18n/translations"; import { useLayoutEffect, useRef } from "react"; export const linksOrder: Array = [ - "details", - "title", "about", "tickets", "cfp", + "details", "contact" ]