From 6dd55703441160ab3a3beee1bc7764d89803e855 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:32:52 +0000 Subject: [PATCH] chore(sidebar): remove base64 --- .vitepress/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/.vitepress/constants.ts b/.vitepress/constants.ts index a854fefcf..6f25c14fb 100644 --- a/.vitepress/constants.ts +++ b/.vitepress/constants.ts @@ -86,7 +86,6 @@ export const sidebar: DefaultTheme.Sidebar = [ items: [ { text: "🔞 NSFW", link: "/nsfwpiracy" }, { text: "⚠️ Unsafe Sites", link: "/unsafesites" }, - { text: "🔑 Base64", link: "/base64" }, { text: "📦 Storage", link: "/storage" }, ], },