feat: Add blog contact method to the contact component

This commit is contained in:
암냥 2026-01-08 21:42:02 +09:00
commit fb2595679b
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import { Github, Instagram, MailIcon } from "lucide-react";
import { Github, Instagram, MailIcon, Rss } from "lucide-react";
import {
Tooltip,
TooltipContent,
@ -12,6 +12,11 @@ const contact = [
"url": "mailto:me@imnya.ng",
"icon": <MailIcon className="w-5 h-5" />,
},
{
"name": "Blog",
"url": "https://blog.imnya.ng",
"icon": <Rss className="w-5 h-5" />
},
{
"name": "GitHub",
"url": "https://github.com/imnyang",