From 9576067fb558bab028b8c0ccc0909afff112f6a6 Mon Sep 17 00:00:00 2001 From: SevicheCC <91365763+Sevichecc@users.noreply.github.com> Date: Thu, 8 Jun 2023 13:47:15 +0800 Subject: [PATCH] fix: wrong alt text --- components/CreatAppForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/CreatAppForm.tsx b/components/CreatAppForm.tsx index 5ff5b67..7e6cbb0 100644 --- a/components/CreatAppForm.tsx +++ b/components/CreatAppForm.tsx @@ -116,7 +116,7 @@ const CreateAppForm: React.FC = ({ src="https://cdn.simpleicons.org/mastodon" width="15" height="15" - alt="Github" + alt="Mastodon" className="mr-2" /> Mastodon @@ -128,7 +128,7 @@ const CreateAppForm: React.FC = ({ src="https://cdn.simpleicons.org/pleroma" width="15" height="15" - alt="Github" + alt="Pleroma" className="mr-2" /> Pleroma @@ -140,7 +140,7 @@ const CreateAppForm: React.FC = ({ src="/akkoma.svg" width="15" height="15" - alt="Github" + alt="Akkoma" className="mr-2" /> Akkoma