Skip to content

Commit

Permalink
improvement: update page title and menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Sep 23, 2024
1 parent ed03d99 commit 58bfdc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions components/app-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ export function AppHeader(): ReactNode {
<div className="container flex items-center justify-between gap-4 py-6">
<div className="flex flex-col">
<Link className="font-bold" href="/">
bernhardglobal.at
thomas bernhard in translation
</Link>
thomas bernhard in translation
</div>
<nav aria-label={t("navigation-primary")}>
<ul className="flex items-center gap-4 text-sm" role="list">
Expand Down
6 changes: 3 additions & 3 deletions content/en/metadata/index.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"description": "Thomas Bernhard in translation",
"title": "Bernhard Global",
"title": "Thomas Bernhard in translation",
"twitter": {
"creator": "@acdh_oeaw",
"site": "@acdh_oeaw"
},
"manifest": {
"description": "Thomas Bernhard in translation",
"name": "Bernhard Global",
"short-name": "Bernhard Global"
"name": "Thomas Bernhard in translation",
"short-name": "Thomas Bernhard in translation"
}
}
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"AppHeader": {
"links": {
"home": "home",
"works": "explore works",
"works": "works",
"languages": "languages",
"search": "search",
"translators": "translators"
Expand Down

0 comments on commit 58bfdc0

Please sign in to comment.