mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Start migration
This commit is contained in:
@@ -21,6 +21,18 @@ const links = [
|
||||
name: 'Home',
|
||||
url: '/',
|
||||
},
|
||||
{
|
||||
name: 'About',
|
||||
url: '/about'
|
||||
},
|
||||
{
|
||||
name: 'News',
|
||||
url: '/news'
|
||||
},
|
||||
{
|
||||
name: 'Contact',
|
||||
url: '/contact'
|
||||
}
|
||||
]
|
||||
|
||||
const Footer: FC<Props> = ({ className, pages }) => {
|
||||
|
Reference in New Issue
Block a user