From 2c3a00e8722a1c97ff522f9a9e190f0c97904724 Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Thu, 27 Jul 2023 20:11:36 +0100 Subject: [PATCH] removing github source from footer --- components/layout/footer.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 79f13366f..1cbf45b01 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -1,6 +1,5 @@ import Link from 'next/link'; -import GitHubIcon from 'components/icons/github'; import FooterMenu from 'components/layout/footer-menu'; import LogoSquare from 'components/logo-square'; import { getMenu } from 'lib/shopify'; @@ -38,7 +37,7 @@ export default async function Footer() { > -
+ {/*

Source

-
+
*/}