diff --git a/src/components/MediaPlayer.tsx b/src/components/MediaPlayer.tsx index 8e53493..6d95664 100644 --- a/src/components/MediaPlayer.tsx +++ b/src/components/MediaPlayer.tsx @@ -6,6 +6,7 @@ const MediaPlayer = () => { // use it as a guard to avoid multiple set states inside updateTime const lastSetPercentageRef = useRef(undefined); + const language = useStore((state) => state.language); const requestRef = useRef(); const videoRef = createRef(); @@ -71,7 +72,11 @@ const MediaPlayer = () => {
-

+

); diff --git a/src/dom-components/MainPage.tsx b/src/dom-components/MainPage.tsx index 9e7e6ba..6c6c59a 100644 --- a/src/dom-components/MainPage.tsx +++ b/src/dom-components/MainPage.tsx @@ -17,8 +17,8 @@ const MainPage = () => { This is a web reimplementation of the Serial Experiments Lain PSX game with the aim to provide multi-language support.
-

Please make sure to read the notes before you - start playing.

+ Please make sure to read the notes before you + start playing.