We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19af782 commit a68539fCopy full SHA for a68539f
1 file changed
src/layouts/BaseLayout.astro
@@ -53,7 +53,7 @@ const navItems = [
53
<slot />
54
</main>
55
<footer class="mt-24 pt-8 border-t border-surface-0 text-center text-overlay-0 text-xs">
56
- <p>johan@wulf.gg</p>
+ <p>Interested in collaborating? Reach out!</p>
57
</footer>
58
</div>
59
</body>
0 commit comments