fixed wrong logo import

This commit is contained in:
Schmieder, Jacob
2023-09-27 08:40:58 +00:00
parent b612f1004b
commit ae9c24f929
+1 -1
View File
@@ -54,7 +54,7 @@
<h1>ScrAIbe</h1>
<div class="logo-container">
<a href="https://www.kida-bmel.de/"> <!-- Replace with your actual URL -->
<img src="/file=Logo_KIDA_bmel_green.svg" alt="KIDA Logo" class="logo">
<img src="/file=scraibe/app/Logo_KIDA_bmel_green.svg" alt="KIDA Logo" class="logo">
</a>
</div>
</div>