From 081358338135ef1aa87f5d31e5abd4c95c27d340 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:20:30 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Sort=20JSON=20elements=20alphabe?= =?UTF-8?q?tically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sharing.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/sharing.json b/data/sharing.json index 63c450e8..fa7ea432 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -14,6 +14,11 @@ "title": "sharing.linkedin", "url": "https://www.linkedin.com/shareArticle?mini=true&url=%s&title=%s" }, + "mastodon": { + "icon": "mastodon", + "title": "sharing.mastodon", + "url": "https://tootpick.org/#text=%s %s" + }, "pinterest": { "icon": "pinterest", "title": "sharing.pinterest", @@ -28,10 +33,5 @@ "icon": "twitter", "title": "sharing.twitter", "url": "https://twitter.com/intent/tweet/?url=%s&text=%s" - }, - "mastodon": { - "icon": "mastodon", - "title": "sharing.mastodon", - "url": "https://tootpick.org/#text=%s %s" } }