Remove home button line
Removed the Home card from the hub layout and fixed the avatar-to-card connection lines so all lines are dotted and originate from the avatar. Updated index to exclude Home and adjusted item list accordingly. X-Lovable-Edit-ID: edt-25055e4f-ab29-49e1-906d-6a5847016083
This commit is contained in:
commit
547cf0b81a
1 changed files with 0 additions and 1 deletions
|
|
@ -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' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue