Skip to content

Commit

Permalink
Added twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrparente committed Jan 3, 2024
1 parent 4c5bede commit f5ea3f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/data/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Linkedin, Github, Mail, Instagram } from "lucide-react";
import { Linkedin, Github, Mail, Instagram, Twitter } from "lucide-react";

export const routes = [
{ label: "About", href: "/#about" },
Expand All @@ -17,6 +17,11 @@ export const socialMedia = [
label: "Github",
href: "https://github.com/jrparente",
},
{
icon: Twitter,
label: "Twitter",
href: "https://twitter.com/joana_r_parente",
},
{
icon: Instagram,
label: "Instagram",
Expand Down

0 comments on commit f5ea3f8

Please sign in to comment.