Skip to content

Commit

Permalink
chore: add network to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Aug 30, 2024
1 parent 0376db5 commit 628c730
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/app-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const links = computed(() => {
home: { href: { path: "/" }, label: t("AppHeader.links.home") },
search: { href: { path: "/search/persons" }, label: t("AppHeader.links.search") },
scans: { href: { path: "/iiif" }, label: t("AppHeader.links.scans") },
network: { href: { path: "/network" }, label: t("AppHeader.links.network") },
} satisfies Record<string, { href: NavLinkProps["href"]; label: string }>;
});
</script>
Expand Down
3 changes: 2 additions & 1 deletion messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"links": {
"home": "Startseite",
"search": "Datenbank",
"scans": "Scans"
"scans": "Scans",
"network": "Netzwerk"
},
"navigation-main": "Hauptnavigation"
},
Expand Down
3 changes: 2 additions & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"links": {
"home": "Home",
"search": "Database",
"scans": "Scans"
"scans": "Scans",
"network": "Netzwerk"
},
"navigation-main": "Main"
},
Expand Down

0 comments on commit 628c730

Please sign in to comment.