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 1/2] 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 = () => { From 4fc04753bfc4b7ad4ac04d12221e47e3e073e901 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:46 +0000 Subject: [PATCH 2/2] Changes Co-authored-by: Damaj301damaj-lol <90093996+Damaj301damaj-lol@users.noreply.github.com> --- src/pages/Index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 9065b3f..1484f20 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -2,7 +2,7 @@ import { useRef, useState, useEffect, useCallback } from 'react'; import { Link } from 'react-router-dom'; import { GlassCard } from '@/components/GlassCard'; import avatar from '@/assets/avatar.png'; -import { MessageCircle, Rss, GitBranch, Search, ExternalLink, ArrowUpRight } from 'lucide-react'; +import { MessageCircle, Rss, GitBranch, ExternalLink, ArrowUpRight } from 'lucide-react'; const items = [ { icon: MessageCircle, label: 'Who Am I?', href: '/whoami', desc: 'About me', internal: true },