From 3cd9c78e340675db67d6231d81aa9cc2885c60e5 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:06:27 +1000 Subject: [PATCH] Remove non-existent Google Font import --- src/views/DesktopDialogView.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/DesktopDialogView.vue b/src/views/DesktopDialogView.vue index a4f684398..888115c8a 100644 --- a/src/views/DesktopDialogView.vue +++ b/src/views/DesktopDialogView.vue @@ -24,8 +24,6 @@ const message = computed(() => (route.query.message as string) || '')