Fix some a11y bugs
This commit is contained in:
@@ -11,10 +11,7 @@
|
|||||||
<meta property="og:image" content="%PUBLIC_URL%/logo.svg" />
|
<meta property="og:image" content="%PUBLIC_URL%/logo.svg" />
|
||||||
|
|
||||||
<meta name="format-detection" content="telephone=no" />
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<title>%REACT_APP_RADAR_NAME%</title>
|
<title>%REACT_APP_RADAR_NAME%</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ const SocialLink: React.FC<Props> = ({ href, iconName }) => {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="social-icon-a"
|
className="social-icon-a"
|
||||||
|
aria-label={iconName}
|
||||||
>
|
>
|
||||||
<Icon className="social-icon" />
|
<Icon className="social-icon" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user