diff --git a/components/icons/github.tsx b/components/icons/github.tsx deleted file mode 100644 index e74d90722..000000000 --- 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 dc256b303..918345bda 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