From f66379b22a1692542695f062f2429e586663a42a Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Wed, 22 Jun 2022 13:27:14 +0200 Subject: [PATCH] fix image source --- src/views/DE/404.pug | 2 +- src/views/DE/500.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/DE/404.pug b/src/views/DE/404.pug index 5a16f08..a222a81 100644 --- a/src/views/DE/404.pug +++ b/src/views/DE/404.pug @@ -22,7 +22,7 @@ html(lang="de") div(class="container") div(class="center", align="center") a(href="https://m4lab.hft-stuttgart.de") - img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192") + img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.jpg", class="img-responsive center-block", width="185", height="192") br br p(class="h5") 404. The requested URL was not found. diff --git a/src/views/DE/500.pug b/src/views/DE/500.pug index aea0e76..95a5d4c 100644 --- a/src/views/DE/500.pug +++ b/src/views/DE/500.pug @@ -22,7 +22,7 @@ html(lang="de") div(class="container") div(class="center", align="center") a(href="https://m4lab.hft-stuttgart.de") - img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192") + img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.jpg", class="img-responsive center-block", width="185", height="192") br br p(class="h5") 500. Unexpected Error :( -- GitLab