Add medium to Footer

This commit is contained in:
Bora Lee
2024-09-20 18:52:18 +09:00
parent 250a4c50f9
commit 2d60e62271
4 changed files with 13 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ import {
Mastodon,
Threads,
Instagram,
Medium,
} from './icons'
const components = {
@@ -22,6 +23,7 @@ const components = {
mastodon: Mastodon,
threads: Threads,
instagram: Instagram,
medium: Medium,
}
type SocialIconProps = {