Skip to content

Commit

Permalink
feat: update footer menu
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed May 11, 2023
1 parent 0d4c7e3 commit cd2db81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/medusa/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
];
}

Expand Down

0 comments on commit cd2db81

Please sign in to comment.