Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit ab297d7

Browse files
authored
Add aria-labels to logo links in report page (#154)
1 parent 94e1362 commit ab297d7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

client-report/src/components/framework/logoLargeShort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PolisLogo extends React.Component {
1414
}
1515
render() {
1616
return (
17-
<a style={this.styles().link} href="http://pol.is">
17+
<a style={this.styles().link} href="http://pol.is" aria-label="Go to home page">
1818
<svg width="87px" height="100px" viewBox="0 0 87 100" >
1919
<g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
2020
<g id="100x100-transparent">

client-report/src/components/framework/logoSmallLong.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class PolisLogo extends React.Component {
1212
padding: "8px 0px 4px 10px",
1313
}}
1414
href="http://pol.is"
15+
aria-label="Go to home page"
1516
>
1617
<svg
1718
width="120px"

0 commit comments

Comments
 (0)