mirror of
https://github.com/Sevichecc/m-oauth.git
synced 2025-04-30 06:59:29 +08:00
fix: wrong alt text
This commit is contained in:
parent
87737f7715
commit
9576067fb5
1 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ const CreateAppForm: React.FC<CreateAppFormProps> = ({
|
|||
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<CreateAppFormProps> = ({
|
|||
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<CreateAppFormProps> = ({
|
|||
src="/akkoma.svg"
|
||||
width="15"
|
||||
height="15"
|
||||
alt="Github"
|
||||
alt="Akkoma"
|
||||
className="mr-2"
|
||||
/>
|
||||
Akkoma
|
||||
|
|
Loading…
Reference in a new issue