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 = () => {