This commit is contained in:
Max Richter
2025-07-20 13:37:29 +02:00
parent b32ca7d65e
commit 666b618a73
15 changed files with 375 additions and 67 deletions
+2 -2
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"),
},
];
---