From 934dd42866cb68e3d91ab775fea563190919e58d Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:26:51 +0100 Subject: [PATCH] fix(control): typo in credits --- control/frontend/src/routes/+page.svelte | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/control/frontend/src/routes/+page.svelte b/control/frontend/src/routes/+page.svelte index 97baab8..1c66bd4 100644 --- a/control/frontend/src/routes/+page.svelte +++ b/control/frontend/src/routes/+page.svelte @@ -46,7 +46,7 @@ open: false, snippet: null, title: '', - title_class: '!text-xl', + title_class: '!text-xl' }); let remove_display_name = $state(''); @@ -120,7 +120,7 @@ title: 'Neuen Bildschirm Hinzufügen', title_icon: Monitor, title_class: '!text-xl', - window_class: 'w-3xl', + window_class: 'w-3xl' }; }; @@ -131,7 +131,7 @@ title: 'Einstellungen', title_icon: Settings, title_class: '!text-xl', - window_class: 'w-3xl', + window_class: 'w-3xl' }; }; @@ -143,7 +143,7 @@ snippet_arg: display_id, title: 'Bildschirm wirklich löschen?', title_class: 'text-red-400 !text-xl', - title_icon: Trash2, + title_icon: Trash2 }; }; @@ -161,7 +161,7 @@ snippet_arg: display_id, title: 'Bildschirm bearbeiten', title_icon: Monitor, - title_class: '!text-xl', + title_class: '!text-xl' }; }; @@ -173,7 +173,7 @@ snippet: about_popup, title: 'Über PLG MuDiCS', title_icon: Info, - title_class: '!text-xl', + title_class: '!text-xl' }; }; @@ -182,8 +182,8 @@