Skip to content

Commit

Permalink
Made donate button quite
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Mar 26, 2021
1 parent a38b49c commit 6685197
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
15 changes: 12 additions & 3 deletions website/macos-big-sur-icons/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,24 @@

<!-- Buy me a coffee -->
<div class="p-l-10 hide-on-shrink">
<a rel="noopener" class="" target="_blank" href="https://www.paypal.com/donate/?hosted_button_id=5PMNX4DPW83KN" @click="logDonation('header')">
<button is="coral-button">
<a
rel="noopener"
class=""
target="_blank"
href="https://www.paypal.com/donate/?hosted_button_id=5PMNX4DPW83KN"
@click="logDonation('header')"
>
<button
is="coral-button"
variant="quiet"
>
<span>Buy me a coffee</span>
</button>
</a>
</div>

<!-- Submit icons -->
<div class="p-l-20">
<div class="p-l-10">
<button is="coral-button" variant="cta" @click="showDialog('submitIcon')">
<span>Submit icons</span>
</button>
Expand Down
16 changes: 16 additions & 0 deletions website/macos-big-sur-icons/src/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,23 @@
>
<span>Submit icons</span>
</button>

<a
rel="noopener"
class="m-l-20"
target="_blank"
href="https://www.paypal.com/donate/?hosted_button_id=5PMNX4DPW83KN"
@click="logDonation('header')"
>
<button
is="coral-button"
variant="quiet"
>
<span>Buy me a coffee</span>
</button>
</a>
</div>

</div>


Expand Down

1 comment on commit 6685197

@vercel
Copy link

@vercel vercel bot commented on 6685197 Mar 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.