From 3f6d335b10e885aadaa5fa35600e63e488074487 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Fri, 21 Apr 2023 00:08:58 +0900 Subject: [PATCH] Add Mastodon (#337) --- modules/links.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/links.json b/modules/links.json index c1ebf520..be3a7849 100644 --- a/modules/links.json +++ b/modules/links.json @@ -13,6 +13,13 @@ "color": "#1da1f2", "dark": true }, + { + "title": "Mastodon", + "url": "https://mstdn.jp/@munieru_jp", + "icon": "fab fa-mastodon", + "color": "#5B4ADF", + "dark": true + }, { "title": "GitHub", "url": "https://github.com/munierujp",