From 5cad596c2ceb123befe35fcfaa20e7f6e6540b8c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 12 Sep 2023 07:54:31 +0100 Subject: [PATCH] chore: re-order footer links --- src/layouts/Layout.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 81d25651..31a1d703 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -20,6 +20,10 @@ const footerLinks = [ title: "About", href: "/", }, + { + title: "Services", + href: "/pricing", + }, { title: "Talks", href: "/talks", @@ -28,10 +32,6 @@ const footerLinks = [ title: "Daily list", href: "/daily", }, - { - title: "Services", - href: "/pricing", - }, { title: "Search", href: "/search",