File tree Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import Link from 'next/link' ;
2
2
3
- import GitHubIcon from 'components/icons/github' ;
4
3
import FooterMenu from 'components/layout/footer-menu' ;
5
4
import LogoSquare from 'components/logo-square' ;
6
5
import { getMenu } from 'lib/shopify' ;
@@ -40,12 +39,13 @@ export default async function Footer() {
40
39
</ Suspense >
41
40
< div className = "md:ml-auto" >
42
41
< a
43
- className = "flex items-center gap-2 text-lg hover: text-black dark:hover:text -neutral-300 md: text-sm "
44
- aria-label = "Github Repository "
45
- href = "https://github .com/vercel/ commerce"
42
+ className = "flex h-8 flex-none items-center justify-center rounded-md border border-neutral-200 bg-white text-xs text-black dark:border -neutral-700 dark:bg-black dark: text-white "
43
+ aria-label = "Deploy on Vercel "
44
+ href = "https://vercel .com/templates/next.js/nextjs- commerce"
46
45
>
47
- < GitHubIcon className = "h-6" />
48
- < p > Source</ p >
46
+ < span className = "px-3" > ▲</ span >
47
+ < hr className = "h-full border-r border-neutral-200 dark:border-neutral-700" />
48
+ < span className = "px-3" > Deploy</ span >
49
49
</ a >
50
50
</ div >
51
51
</ div >
You can’t perform that action at this time.
0 commit comments