diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index c0192e0..264da31 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -12,7 +12,10 @@ import { GithubIcon } from "./GithubIcon";
|
Licenses
|
-
diff --git a/src/components/VideoPlayer.tsx b/src/components/VideoPlayer.tsx
index 956655a..875f79d 100644
--- a/src/components/VideoPlayer.tsx
+++ b/src/components/VideoPlayer.tsx
@@ -84,6 +84,7 @@ export const VideoPlayer = () => {
className={classes.rangeInput}
onChange={handleSpeedChange}
value={speed}
+ aria-label="Playback speed"
/>