From c6694aa6ca5cb9120ace4a9d524607c6f76d69f0 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Mon, 6 Feb 2023 22:47:20 +0000 Subject: [PATCH] add missing favicon to 404 and 500 raw html pages --- frontend/src/utils/getErrorHtml/error-raw.html | 1 + frontend/src/utils/getNotFoundHtml/not-found-raw.html | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/utils/getErrorHtml/error-raw.html b/frontend/src/utils/getErrorHtml/error-raw.html index baf83bf..8527eb2 100644 --- a/frontend/src/utils/getErrorHtml/error-raw.html +++ b/frontend/src/utils/getErrorHtml/error-raw.html @@ -3,6 +3,7 @@ + Wildebeest Error diff --git a/frontend/src/utils/getNotFoundHtml/not-found-raw.html b/frontend/src/utils/getNotFoundHtml/not-found-raw.html index 974f684..24e500c 100644 --- a/frontend/src/utils/getNotFoundHtml/not-found-raw.html +++ b/frontend/src/utils/getNotFoundHtml/not-found-raw.html @@ -3,6 +3,7 @@ + Wildebeest Not Found