From 079986ebec1b12f188107fa37643e099a834ab2c Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 1 Jun 2026 15:42:17 -0300 Subject: [PATCH] fix: move sounds outside suspense --- src/app/fear/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/fear/page.tsx b/src/app/fear/page.tsx index 62754a7..064de8c 100644 --- a/src/app/fear/page.tsx +++ b/src/app/fear/page.tsx @@ -93,25 +93,25 @@ export default function Fear() { - - - - - - {wasCaught ? : null} + + + + + + {wasCaught ? : null} ) } \ No newline at end of file