Skip to content

Commit ba4e63a

Browse files
Merge pull request #22 from dev-proxy-tools/copilot/remove-build-with-astro-footer
Remove the "Built with Astro" footer
2 parents 457212e + 11ca8c8 commit ba4e63a

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

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)