swap out svg for rocket icon

This commit is contained in:
padreug 2025-02-03 01:33:15 +01:00
parent 2b5fdb9e57
commit d08dd1e30a

View file

@ -1,4 +1,5 @@
<script setup lang="ts">
import { Rocket } from 'lucide-vue-next'
const currentYear = new Date().getFullYear()
</script>
@ -19,12 +20,7 @@ const currentYear = new Date().getFullYear()
</span>
<a href="https://lnbits.atitlan.io/tipjar/3" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center rounded-md bg-accent/10 px-4 py-2 text-sm font-medium text-accent border border-accent/20 hover:bg-accent/20 hover:border-accent/40 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mr-2">
<path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z" />
<path
d="m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z" />
</svg>
<Rocket class="mr-2 h-4 w-4" />
Donate
</a>
</div>