diff --git a/bin/web/src/app.html b/bin/web/src/app.html index bc40f4a..960be22 100644 --- a/bin/web/src/app.html +++ b/bin/web/src/app.html @@ -7,6 +7,6 @@ %sveltekit.head% -
%sveltekit.body%
+
%sveltekit.body%
diff --git a/bin/web/src/lib/components/ControlBar.svelte b/bin/web/src/lib/components/ControlBar.svelte index a920c98..9410a0c 100644 --- a/bin/web/src/lib/components/ControlBar.svelte +++ b/bin/web/src/lib/components/ControlBar.svelte @@ -7,7 +7,7 @@ } = $props(); function confirmDelete() { - if (window.confirm(`Permanently delete ALL entries?`)) { + if (window.confirm(`Permanently delete ALL recordings?`)) { req('POST', '/api/delete-all-recordings') } } @@ -16,8 +16,8 @@
diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index 42e9053..3074ad1 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -30,7 +30,9 @@ }) -

Rayhunter Dashboard

+
+ Rayhunter +
{#if loaded}