Skip to content

Commit

Permalink
chore(service): Add Threads (#47)
Browse files Browse the repository at this point in the history
Threads icon and link can be rendered.
  • Loading branch information
5ouma authored Nov 16, 2024
1 parent a6ebc12 commit a29e6ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ export const services = {
icon: "simple-icons:readdotcv",
color: "#111111",
},
Threads: {
url: "threads.net",
icon: "mingcute:threads-line",
color: "#000000",
},
Twitter: {
url: "twitter.com",
icon: "mingcute:twitter-line",
Expand Down

0 comments on commit a29e6ca

Please sign in to comment.