Add GitHub actions

This commit is contained in:
Sebastien Castiel
2024-01-16 13:49:37 -05:00
parent d809e10d19
commit 6b6d58e95e
6 changed files with 50 additions and 5 deletions

View File

@@ -112,7 +112,10 @@ function DonationForm({ donationUrl }: Props) {
</p>
</div>
<div className="mt-4 text-center">
<Button asChild className="bg-pink-700 hover:bg-pink-600 dark:bg-pink-500 dark:hover:bg-pink-600">
<Button
asChild
className="bg-pink-700 hover:bg-pink-600 dark:bg-pink-500 dark:hover:bg-pink-600"
>
<a href={donationUrl} target="_blank">
<Heart className="w-4 h-4 mr-2" /> Support us
</a>