Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client-report/src/components/framework/logoLargeShort.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PolisLogo extends React.Component {
}
render() {
return (
<a style={this.styles().link} href="http://pol.is">
<a style={this.styles().link} href="http://pol.is" aria-label="Go to home page">
<svg width="87px" height="100px" viewBox="0 0 87 100" >
<g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g id="100x100-transparent">
Expand Down
1 change: 1 addition & 0 deletions client-report/src/components/framework/logoSmallLong.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PolisLogo extends React.Component {
padding: "8px 0px 4px 10px",
}}
href="http://pol.is"
aria-label="Go to home page"
>
<svg
width="120px"
Expand Down
Loading