Adds documentation on how to configure Next.js Commerce and Shopify (#974)

This commit is contained in:
Michael Novotny
2023-04-20 05:46:35 -05:00
committed by GitHub
parent e9a26c2935
commit 67a192eba8
8 changed files with 220 additions and 33 deletions

View File

@@ -1,10 +1,8 @@
import { SITE_NAME } from 'lib/constants';
export default function LogoIcon({ className }: { className?: string }) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
aria-label={`${SITE_NAME} logo`}
aria-label={`${process.env.SITE_NAME} logo`}
viewBox="0 0 32 32"
strokeWidth="1.5"
strokeLinecap="round"