Center avatar and remove home line

This commit is contained in:
gpt-engineer-app[bot] 2026-03-07 21:40:28 +00:00
parent 61979c1213
commit be90ac13cc

View file

@ -4,7 +4,6 @@ import avatar from '@/assets/avatar.png';
import { Home, MessageCircle, Rss, GitBranch, Search, ExternalLink } from 'lucide-react'; import { Home, MessageCircle, Rss, GitBranch, Search, ExternalLink } from 'lucide-react';
const items = [ const items = [
{ icon: Home, label: 'Home', href: 'https://damaj.tech/', desc: 'Main page' },
{ icon: MessageCircle, label: 'Who Am I?', href: 'https://damaj.tech/site/whoami', desc: 'About me' }, { icon: MessageCircle, label: 'Who Am I?', href: 'https://damaj.tech/site/whoami', desc: 'About me' },
{ icon: Rss, label: 'Blog', href: 'https://damaj.tech/site/blog', desc: 'My writings' }, { icon: Rss, label: 'Blog', href: 'https://damaj.tech/site/blog', desc: 'My writings' },
{ icon: GitBranch, label: 'Git Server', href: 'https://git.damaj.tech/', desc: 'Self-hosted Forgejo' }, { icon: GitBranch, label: 'Git Server', href: 'https://git.damaj.tech/', desc: 'Self-hosted Forgejo' },