formatting? hover not working on donate button

This commit is contained in:
padreug 2025-02-02 19:16:27 +01:00
parent ce06ac5f0e
commit 32c3357ccc

View file

@ -17,26 +17,13 @@ const currentYear = new Date().getFullYear()
<span class="text-sm text-muted-foreground"> <span class="text-sm text-muted-foreground">
© {{ currentYear }} © {{ currentYear }}
</span> </span>
<a <a href="https://lnbits.atitlan.io/tipjar/3" target="_blank" rel="noopener noreferrer"
href="https://lnbits.atitlan.io/tipjar/3" 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">
target="_blank" <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
rel="noopener noreferrer" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mr-2">
class="inline-flex items-center justify-center rounded-md bg-primary px-4 py-2 text-sm font-medium text-primary-foreground hover:bg-primary/90 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="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" /> <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> </svg>
Donate Donate
</a> </a>
@ -44,4 +31,4 @@ const currentYear = new Date().getFullYear()
</div> </div>
</div> </div>
</footer> </footer>
</template> </template>