adding in social options for instagram and threads

This commit is contained in:
Stephon Parker
2024-01-03 03:42:42 -05:00
parent 03c1115ebf
commit 0eb782ad15
5 changed files with 34 additions and 20 deletions
+13 -1
View File
@@ -1,4 +1,14 @@
import { Mail, Github, Facebook, Youtube, Linkedin, Twitter, Mastodon } from './icons'
import {
Mail,
Github,
Facebook,
Youtube,
Linkedin,
Twitter,
Mastodon,
Threads,
Instagram,
} from './icons'
const components = {
mail: Mail,
@@ -8,6 +18,8 @@ const components = {
linkedin: Linkedin,
twitter: Twitter,
mastodon: Mastodon,
threads: Threads,
instagram: Instagram,
}
type SocialIconProps = {