From f1edf560554e9a298e1eb75cd99242c12e19aacf Mon Sep 17 00:00:00 2001 From: yugalkaushik Date: Tue, 10 Dec 2024 18:51:55 +0530 Subject: [PATCH] Updated error display to modern UI and made it responsive --- zimui/src/components/ErrorDisplay.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/zimui/src/components/ErrorDisplay.vue b/zimui/src/components/ErrorDisplay.vue index 11ee55c..32332aa 100644 --- a/zimui/src/components/ErrorDisplay.vue +++ b/zimui/src/components/ErrorDisplay.vue @@ -25,7 +25,6 @@ const errimage = ref(errimageData) body { margin: 0; background-color: #f0f4f8; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } .error-page {