mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 00:16:59 +00:00
feat: update footer menu
This commit is contained in:
parent
0d4c7e33fc
commit
cd2db81bbb
@ -390,9 +390,9 @@ export async function getMenu(menu: string): Promise<any[]> {
|
||||
|
||||
if (menu === 'next-js-frontend-footer-menu') {
|
||||
return [
|
||||
{ title: 'About', path: 'https://medusajs.com/' },
|
||||
{ title: 'Docs', path: 'https://docs.medusajs.com/' },
|
||||
{ title: 'Blog', path: 'https://medusajs.com/blog' }
|
||||
{ title: 'About Medusa', path: 'https://medusajs.com/' },
|
||||
{ title: 'Medusa Docs', path: 'https://docs.medusajs.com/' },
|
||||
{ title: 'Medusa Blog', path: 'https://medusajs.com/blog' }
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user