Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amira-Chaabne committed Oct 15, 2023
1 parent 4c78422 commit c961188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Notes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix the font, its not working

2 changes: 1 addition & 1 deletion src/components/SignIn/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c961188

Please sign in to comment.