From 781373c9d67f5b0f03b94bdd8766223086d6c1f9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 12 Sep 2023 00:29:15 +0100 Subject: [PATCH] chore(footer): add link to the pricing page --- src/layouts/Layout.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 50bb019d5..81d256511 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -28,6 +28,10 @@ const footerLinks = [ title: "Daily list", href: "/daily", }, + { + title: "Services", + href: "/pricing", + }, { title: "Search", href: "/search",