This commit is contained in:
Max Richter
2025-07-20 13:37:29 +02:00
parent 08397deee8
commit 8005fe4e7e
15 changed files with 375 additions and 67 deletions

View File

@@ -24,8 +24,8 @@ const paths = [
text: t("nav.photos"),
},
{
link: translatePath("/videos"),
text: t("nav.videos"),
link: translatePath("/resources"),
text: t("nav.resources"),
},
];
---