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 18, 2024
1 parent ed03d99 commit 5cb4e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
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 5cb4e28

Please sign in to comment.