[Glitch] Differentiate accessible labels of About links in footer
Port 888011de6970f337a154127a63823043997e5f8f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b7c5e88186
commit
5c3dee40c5
@ -29,6 +29,7 @@ export const LinkFooter: React.FC<{
|
||||
id='footer.about_this_server'
|
||||
defaultMessage='About'
|
||||
/>
|
||||
<span className='sr-only'> {domain}</span>
|
||||
</Link>
|
||||
</li>
|
||||
{statusPageUrl && (
|
||||
@ -82,6 +83,7 @@ export const LinkFooter: React.FC<{
|
||||
<li>
|
||||
<a href='https://joinmastodon.org' target='_blank' rel='noopener'>
|
||||
<FormattedMessage id='footer.about' defaultMessage='About' />
|
||||
<span className='sr-only'> Mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user