Skip to content

Commit

Permalink
footer image server
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed May 2, 2024
1 parent 8804b8b commit 4324857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/explore/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { html } from "../utils.js";
import { html, IMAGE_SERVER } from "../utils.js";

export default () => {
return html`<footer class="e_Footer" data-boundary="explore-footer">
<div class="e_Footer__cutter">
<div class="e_Footer__inner">
<div class="e_Footer__initiative">
<img
src="/cdn/img/neulandlogo.svg"
src="${IMAGE_SERVER}/cdn/img/neulandlogo.svg"
alt="neuland - Büro für Informatik"
/>
<p>
Expand All @@ -23,7 +23,7 @@ export default () => {
<p>
build by
<img
src="/cdn/img/neulandlogo.svg"
src="${IMAGE_SERVER}/cdn/img/neulandlogo.svg"
alt="neuland - Büro für Informatik"
/>
<a href="https://neuland-bfi.de"> neuland</a>
Expand Down

0 comments on commit 4324857

Please sign in to comment.