From 75c0b3b4595b8e608061799514e6b833dac3acc6 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:11:11 -0700 Subject: [PATCH] Update constants.ts --- docs/.vitepress/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index 0799f1624..67dd9137c 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -139,7 +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: '✅ SafeGuard', link: 'https://github.com/kenhendricks00/FMHY-SafeGuard' }, { text: '📋 snowbin', link: 'https://pastes.fmhy.net' }, { text: '🏞 Wallpapers', link: '/other/wallpapers' }, { text: '💙 Feedback', link: '/feedback' },