From 1ca9154a35aa08068223d073375019a81186fd9b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:30:38 +0000 Subject: [PATCH] Changes Co-authored-by: Damaj301damaj-lol <90093996+Damaj301damaj-lol@users.noreply.github.com> --- src/pages/Index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index c30f92b..9065b3f 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -8,7 +8,6 @@ const items = [ { icon: MessageCircle, label: 'Who Am I?', href: '/whoami', desc: 'About me', internal: true }, { icon: Rss, label: 'Blog', href: '/blog', desc: 'My writings', internal: true }, { icon: GitBranch, label: 'Git Server', href: 'https://git.damaj.tech/', desc: 'Self-hosted Forgejo' }, - { icon: Search, label: 'SearXNG', href: 'https://searxng.damaj.tech/', desc: 'Private search' }, ]; const Index = () => {