Replaced SearXNG with WhoAmI
X-Lovable-Edit-ID: edt-c80f4bd1-553b-4e39-842f-b304384d7974 Co-authored-by: Damaj301damaj-lol <90093996+Damaj301damaj-lol@users.noreply.github.com>
This commit is contained in:
commit
1f1641fb37
1 changed files with 1 additions and 2 deletions
|
|
@ -2,13 +2,12 @@ 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 },
|
||||
{ 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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue