From 7d8be2bf92eb628fbbb819238cd3509bd6273466 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 5 May 2023 07:44:22 +0200 Subject: [PATCH] feat: add Instagram to social links --- src/data/social-links.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/social-links.json b/src/data/social-links.json index 1f622d9..4c57d8f 100644 --- a/src/data/social-links.json +++ b/src/data/social-links.json @@ -15,6 +15,11 @@ "url": "https://twitter.com/kogakure", "icon": "ri:twitter-fill" }, + { + "text": "Instagram", + "url": "https://instagram.com/kogakure", + "icon": "ri:instagram-fill" + }, { "text": "GitHub", "url": "https://github.com/kogakure",