From 55428f83c6e222bc4422c0405f71a6f6b81caa94 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:13:43 -0800 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 67dd9137c..05b9fe8fb 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: '✅ SafeGuard', link: 'https://github.com/kenhendricks00/FMHY-SafeGuard' }, + { text: '✅ SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' }, { text: '📋 snowbin', link: 'https://pastes.fmhy.net' }, { text: '🏞 Wallpapers', link: '/other/wallpapers' }, { text: '💙 Feedback', link: '/feedback' },