From 1d1dd000666c5e752bc8af5635c058c05705b39a Mon Sep 17 00:00:00 2001 From: Md Afiq Iskandar Date: Thu, 26 Jun 2025 11:22:49 +0800 Subject: [PATCH] Update Error Page Logo for Consistency - Replaced the logo image in the error.vue component from "logo-word.svg" to "logo-word-black.svg" to ensure visual consistency across the application. --- error.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.vue b/error.vue index e34a2db..ebd8e0d 100644 --- a/error.vue +++ b/error.vue @@ -33,7 +33,7 @@ const handleError = () => {
- Corrad Logo + Corrad Logo

{{ error.statusCode === 404 ? 'Page not found' : 'An error occurred' }}