From 948bf3228b51d9f2dcfb0c79e651e077e95b84b3 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:08:52 +1000 Subject: [PATCH] Fix missing tailwind reference --- src/views/DesktopDialogView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/DesktopDialogView.vue b/src/views/DesktopDialogView.vue index beeb9f4b9..e78075919 100644 --- a/src/views/DesktopDialogView.vue +++ b/src/views/DesktopDialogView.vue @@ -24,6 +24,8 @@ const message = computed(() => (route.query.message as string) || '')