mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 08:26: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') {
|
if (menu === 'next-js-frontend-footer-menu') {
|
||||||
return [
|
return [
|
||||||
{ title: 'About', path: 'https://medusajs.com/' },
|
{ title: 'About Medusa', path: 'https://medusajs.com/' },
|
||||||
{ title: 'Docs', path: 'https://docs.medusajs.com/' },
|
{ title: 'Medusa Docs', path: 'https://docs.medusajs.com/' },
|
||||||
{ title: 'Blog', path: 'https://medusajs.com/blog' }
|
{ title: 'Medusa Blog', path: 'https://medusajs.com/blog' }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user