From 7b1db254b4720d2e42ba30859d91a558a63eb89b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Oct 2023 12:07:34 +0100 Subject: [PATCH] chore: add Press Info to the menu --- src/layouts/Layout.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b8e24f61..9a1edcf8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -22,6 +22,10 @@ const footerLinks = [ title: "About", href: "/", }, + { + title: "Press Info", + href: "/press", + }, { title: "Services", href: "/pricing",