Skip to content

Commit

Permalink
Add /cms/cache to CMS nav
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 15, 2024
1 parent 1539032 commit 5013639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export default {
articles: "Articles",
likes: "Likes",
tutorials: "Tutorials",
cache: "Cache Keys",
},
},
},
Expand Down
1 change: 1 addition & 0 deletions app/routes/_layout.cms/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function Navigation() {
{ name: t("items.articles"), to: "articles" },
{ name: t("items.likes"), to: "likes" },
{ name: t("items.tutorials"), to: "tutorials" },
{ name: t("items.cache"), to: "cache" },
] as const;

return (
Expand Down

0 comments on commit 5013639

Please sign in to comment.