Skip to content

Commit 11ca8c8

Browse files
Remove 'Built with Astro' from footer
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
1 parent bec975c commit 11ca8c8

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

package-lock.json

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const { title, description = 'Dev Proxy - Simulate API behaviors for testing and
100100

101101
<footer class="border-t py-8 mt-16" style="border-color: var(--border-primary);">
102102
<div class="max-w-6xl mx-auto px-4 text-center text-sm" style="color: var(--text-faint);">
103-
<p>&copy; {new Date().getFullYear()} Dev Proxy. Built with <a href="https://astro.build" class="text-purple-400 hover:text-purple-300" target="_blank" rel="noopener">Astro</a>.</p>
103+
<p>&copy; {new Date().getFullYear()} Dev Proxy.</p>
104104
</div>
105105
</footer>
106106

0 commit comments

Comments
 (0)