From 9989797ecd50074ea8006613ce4b03e3b38f0e89 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 6 Apr 2022 21:52:16 +0200 Subject: Admin panel done --- data/contact.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/contact.json (limited to 'data/contact.json') diff --git a/data/contact.json b/data/contact.json new file mode 100644 index 0000000..878f22d --- /dev/null +++ b/data/contact.json @@ -0,0 +1,12 @@ +[ + { + "name": "Twittero", + "link": "https:\/\/twitter.com\/MinteckPony", + "icon": "https:\/\/staging.minteck.org\/assets\/icons\/contact.svg" + }, + { + "name": "Mastodon", + "link": "https:\/\/equestria.social\/minteck", + "icon": "https:\/\/staging.minteck.org\/assets\/icons\/contact.svg" + } +] \ No newline at end of file -- cgit