adding in social options for instagram and threads
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user