Skip to content

Commit

Permalink
aria
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarton committed Jul 28, 2024
1 parent 500fae8 commit cffa95f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ import { GithubIcon } from "./GithubIcon";
<p>|</p>
<a href="/licenses">Licenses</a>
<p>|</p>
<a href="https://github.com/samcarton/yt-cruise-control" target="_blank"
<a
href="https://github.com/samcarton/yt-cruise-control"
target="_blank"
aria-label="Visit the GitHub repository for Cruise CONTROL"
><GithubIcon /></a
>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const VideoPlayer = () => {
className={classes.rangeInput}
onChange={handleSpeedChange}
value={speed}
aria-label="Playback speed"
/>
<div className={classes.rangeLabels}>
<div>50%</div>
Expand Down

0 comments on commit cffa95f

Please sign in to comment.