From 2f9aee68f24fa09ceb8238bd9786ee85465691bb Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Fri, 4 Aug 2023 20:17:15 -0500 Subject: [PATCH] Changes footer source button to deploy button --- components/icons/github.tsx | 13 ------------- components/layout/footer.tsx | 12 ++++++------ 2 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 components/icons/github.tsx diff --git a/components/icons/github.tsx b/components/icons/github.tsx deleted file mode 100644 index e74d907225..0000000000 --- a/components/icons/github.tsx +++ /dev/null @@ -1,13 +0,0 @@ -export default function GitHubIcon({ className }: { className?: string }) { - return ( - - - - ); -} diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index dc256b3032..918345bda2 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'; @@ -40,12 +39,13 @@ export default async function Footer() {
- -

Source

+ +
+ Deploy