feat: Add blog contact method to the contact component
This commit is contained in:
parent
cca4002e16
commit
fb2595679b
2 changed files with 7 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue