Skip to content

Commit

Permalink
chore: changes Users to Gear
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang committed Jul 13, 2024
1 parent b1ef8c6 commit 85d007a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/uses/page.tsx → src/app/gear/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function generateMetadata() {
)
}

export default async function Uses() {
export default async function Gear() {
const page = await getPage('uses')
const uses = await getUses()
const categorizedUses = transformItems(uses.data)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export function getMenus(): Menu[] {
path: '/expertise',
},
{
name: 'Uses',
path: '/uses',
name: 'Gear',
path: '/gear',
},
]
}

0 comments on commit 85d007a

Please sign in to comment.