From 9e8497b14f158b6b422eea0ad1c2eb9eef6ae74e Mon Sep 17 00:00:00 2001 From: James Laverack Date: Fri, 8 Dec 2023 13:27:48 +0000 Subject: [PATCH 1/2] Verify Mastodon social media link Adding the rel="me" attribute to a Mastodon link causes Mastodon to treat the link as 'verified', and will display a green check next to the website link in the cert-manager Mastodon profile. See https://docs.joinmastodon.org/user/profile/#verification for more details on this feature. Signed-off-by: James Laverack --- components/Header.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Header.jsx b/components/Header.jsx index 13998288eb5..44e9b3ba1d8 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -47,6 +47,7 @@ export default function Header() { target="_blank" icon="mastodon" iconWClass="w-4" + rel="me" className="px-3 py-1 text-11px mx-4 " /> From 4157578ac52f557db93747c5e8e4afa240e07044 Mon Sep 17 00:00:00 2001 From: James Laverack Date: Mon, 11 Dec 2023 14:26:21 +0000 Subject: [PATCH 2/2] Update components/Header.jsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maƫl Valais Signed-off-by: James Laverack --- components/Header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header.jsx b/components/Header.jsx index 44e9b3ba1d8..04cb2726e55 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -47,7 +47,7 @@ export default function Header() { target="_blank" icon="mastodon" iconWClass="w-4" - rel="me" + rel="me" className="px-3 py-1 text-11px mx-4 " />