Skip to content

Commit b8686e7

Browse files
committed
footer
1 parent 45a61d4 commit b8686e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

components/Footer.vue

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
</div>
99
</div>
1010
<div class="px-4 md:px-9 py-3 w-full text-neutral-400 border-t border-neutral-100">
11-
<div class="flex flex-col md:flex-row justify-between gap-6 text-sm">
11+
<div class="flex flex-col lg:flex-row justify-between gap-6 text-sm">
1212
<span>Donate: 0xB0753614730408d91Ccc46c1f4210efF0bee648B</span>
13-
<a href="https://github.com/ethereum-avatar-service" target="_blank">GitHub</a>
13+
<div class="flex flex-col lg:flex-row gap-6">
14+
<a href="mailto:mick@dutchbits.nl" target="_blank">Become a sponsor</a>
15+
<a href="mailto:mick@dutchbits.nl" target="_blank">Contact</a>
16+
<a href="https://github.com/ethereum-avatar-service" target="_blank">GitHub</a>
17+
</div>
1418
</div>
1519
</div>
1620
</footer>

0 commit comments

Comments
 (0)