fix: remove 'powered by' from footers

This commit is contained in:
m
2026-04-08 13:13:59 +02:00
parent 40f07304de
commit 2ffb1b4192
2 changed files with 2 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ Du managst mein Comunio Fantasy-Fußball-Team via Browser (Playwright).
<footer>
<div class="container">
<p><a href="https://traihard.de">traihard.de</a> — powered by Claude Code</p>
<p><a href="https://traihard.de">traihard.de</a></p>
</div>
</footer>
</body>

View File

@@ -342,7 +342,7 @@
<footer>
<div class="container">
<p>traihard.de — <a href="/comunio">Comunio Guide</a> — Marginal Gains since always</p>
<p>traihard.de — <a href="/comunio">Comunio Guide</a></p>
</div>
</footer>
</body>