diff --git a/Notes.md b/Notes.md index 4454435..8b13789 100644 --- a/Notes.md +++ b/Notes.md @@ -1 +1 @@ -Fix the font, its not working + diff --git a/src/components/SignIn/SignInForm.tsx b/src/components/SignIn/SignInForm.tsx index 5d8dfc7..127d532 100644 --- a/src/components/SignIn/SignInForm.tsx +++ b/src/components/SignIn/SignInForm.tsx @@ -20,7 +20,7 @@ export function SignInForm() { const { t } = useTranslation(); const { setFormSubmitted, setEmail } = useAppContext(); - const audio = new Audio("/yay.mp3"); + const audio = new Audio("/effortless_form/yay.mp3"); const handlePlayAudio = () => { audio.play();