This commit is contained in:
2026-02-03 23:39:08 +04:00
parent cad0806f8c
commit 5bd5eea193
14 changed files with 265 additions and 66 deletions

View File

@@ -64,4 +64,10 @@ export const LinkPresets: { [key in LinkPreset]: NavbarLink } = {
icon: "material-symbols:info",
description: i18n(I18nKey.about),
},
[LinkPreset.WorthMentioning]: {
name: i18n(I18nKey.worthMentioning),
url: "/worth-mentioning/",
icon: "material-symbols:star",
description: i18n(I18nKey.worthMentioningSubtitle),
},
};