chore: replace SocialLinks with preact component

This commit is contained in:
Stefan Imhoff
2023-12-15 14:40:53 +01:00
parent fd1fce8968
commit 59a3a859af
5 changed files with 45 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
{
"text": "Mail",
"url": "#protected-email",
"icon": "ri:mail-line",
"icon": "mail",
"props": {
"data-domain": "stefanimhoff",
"data-name": "hey",
@@ -13,16 +13,16 @@
{
"text": "Twitter",
"url": "https://twitter.com/kogakure",
"icon": "ri:twitter-line"
"icon": "twitter"
},
{
"text": "Instagram",
"url": "https://instagram.com/kogakure",
"icon": "ri:instagram-line"
"icon": "instagram"
},
{
"text": "GitHub",
"url": "https://github.com/kogakure",
"icon": "ri:github-line"
"icon": "github"
}
]