This commit is contained in:
2026-02-04 16:25:30 +04:00
parent fa6b4fbff9
commit 74cc476f90
19 changed files with 72 additions and 79 deletions

View File

@@ -14,7 +14,7 @@ export const LinkPresets: { [key in LinkPreset]: NavbarLink } = {
name: i18n(I18nKey.archive),
url: "/archive/",
icon: "material-symbols:archive",
description: "A chronological list of all published posts.",
description: "Список постов в хронологическом порядке",
},
[LinkPreset.Projects]: {
name: i18n(I18nKey.projects),