From 8e237b6ac383847156f37961bd9a34a64108d6f9 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:46:11 -0700 Subject: [PATCH] Update constants.ts --- docs/.vitepress/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index cd35babb7..0799f1624 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -139,6 +139,7 @@ export const nav: DefaultTheme.NavItem[] = [ items: [ { text: '🌐 Search', link: '/posts/search' }, { text: '🔗 Bookmarks', link: 'https://github.com/fmhy/bookmarks' }, + { text: '✅ FMHY-SafeGuard', link: 'https://github.com/kenhendricks00/FMHY-SafeGuard' }, { text: '📋 snowbin', link: 'https://pastes.fmhy.net' }, { text: '🏞 Wallpapers', link: '/other/wallpapers' }, { text: '💙 Feedback', link: '/feedback' },