Skip to content

Commit

Permalink
content: remove bang (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusHafstad authored Sep 26, 2024
2 parents 0503d0e + a9b5b7c commit c666242
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const routes: Route[] = [
},
{ title: "Verv", path: "/listings" },
{ title: "Hyttebooking", path: "/cabins" },
{ title: "Bang", path: "https://bangg.pages.dev" },
{ title: "Dokumenter", path: "/archive", permission: "archive.view_archivedocument" },
{ title: "Om oss", path: "/about" },
];
1 change: 0 additions & 1 deletion frontend/src/layouts/navigation/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const routes: Route[] = [
},
{ title: "Verv", path: "/listings" },
{ title: "Hyttebooking", path: "/cabins" },
{ title: "Bang", path: "bangg.pages.dev" },
{ title: "Dokumenter", path: "/archive", permission: "archive.view_archivedocument" },
{ title: "Om oss", path: "/about" },
];

0 comments on commit c666242

Please sign in to comment.