Skip to content

Commit

Permalink
fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Feb 26, 2025
1 parent bef4bfe commit c07c465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/apps/user-guide/app/not-found.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "@medusajs/icons"

export const metadata = {
title: `Page Not Found in Medusa Admin`,
title: `Page Not Found`,
}

# {metadata.title}
Expand Down
2 changes: 1 addition & 1 deletion www/apps/user-guide/app/page.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BellAlert, SidebarLeft } from "@medusajs/icons"

export const metadata = {
title: `Medusa Admin User Guide in Medusa Admin`,
title: `Medusa Admin User Guide`,
}

# {metadata.title}
Expand Down

0 comments on commit c07c465

Please sign in to comment.