Skip to content

Commit

Permalink
Add Arthur site link (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasTauge authored Aug 10, 2024
2 parents e805b21 + 85a5e23 commit 78312b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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: 1 addition & 0 deletions frontend/src/layouts/navigation/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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 78312b9

Please sign in to comment.