From 3783888f7443986acab35a5da542e479999c4cca Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 May 2025 17:13:52 +0200 Subject: [PATCH] audio display none Signed-off-by: ale --- src/App.css | 4 ++++ src/App.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index bcf3a30..9b3f6ea 100644 --- a/src/App.css +++ b/src/App.css @@ -66,4 +66,8 @@ button { button:hover { background-color: #2a7fba; +} + +audio { + display: none; } \ No newline at end of file diff --git a/src/App.js b/src/App.js index 9634153..afdbb10 100644 --- a/src/App.js +++ b/src/App.js @@ -117,7 +117,7 @@ const App = () => { } -