mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
chore(popup): update popup toast message notification details with more detailed reason of donation
This commit is contained in:
parent
aea7109d06
commit
79132c6aa6
@ -27,7 +27,9 @@ export default Vue.extend({
|
|||||||
>
|
>
|
||||||
<div class="flex items-center justify-between gap-2">
|
<div class="flex items-center justify-between gap-2">
|
||||||
<SmartLink href="https://github.com/sponsors/andatoshiki" blank @click.native="dismissMessage">
|
<SmartLink href="https://github.com/sponsors/andatoshiki" blank @click.native="dismissMessage">
|
||||||
<h3 class="font-medium leading-tight dark:text-white">💖 Sponsor me via GitHub Sponsors!</h3>
|
<h3 class="font-medium leading-tight dark:text-white">
|
||||||
|
💖 Consider sponsoring via cryptocurrency!
|
||||||
|
</h3>
|
||||||
</SmartLink>
|
</SmartLink>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
@ -39,7 +41,7 @@ export default Vue.extend({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="text-sm light:opacity-50 dark:text-white/50">
|
<p class="text-sm light:opacity-50 dark:text-white/50">
|
||||||
Sponsoring me and my work just got easier with GitHub Sponsors.
|
Donation is always considered as the best mean of sponsoring to worthy causes and initiatives
|
||||||
<SmartLink
|
<SmartLink
|
||||||
href="https://github.com/sponsors/andatoshiki"
|
href="https://github.com/sponsors/andatoshiki"
|
||||||
blank
|
blank
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user