Skip to content

Commit

Permalink
Update donation box
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerkrewson committed Jul 28, 2024
1 parent 109f37a commit d74ccd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
8 changes: 2 additions & 6 deletions components/BuyMe.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const BuyMe = () => (
text-decoration: none !important;
display: inline-flex !important;
color: #ffffff !important;
background-color: #ff813f !important;
background-color: #9959f0 !important;
border-radius: 5px !important;
border: 1px solid transparent !important;
padding: 7px 10px 7px 10px !important;
Expand Down Expand Up @@ -47,11 +47,7 @@ const BuyMe = () => (
href="https://www.buymeacoffee.com/tannerkrewson"
rel="noopener noreferrer"
>
<span
src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg"
alt="Buy me a taco"
className="taco"
>
<span alt="Buy me a taco" className="taco">
🌮
</span>
<span style={{ marginLeft: "15px", fontWeight: "bold" }}>
Expand Down
10 changes: 1 addition & 9 deletions components/ThanksForPlaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ const ThanksForPlaying = () => (
<div className="text">
Thanks for playing Spyfall!
<br />
If you had fun, try my other game:
If you had fun:
</div>
<a
href="https://drawphone.tannerkrewson.com/"
target="_blank"
rel="noopener noreferrer"
>
<button className="btn-small">Play Drawphone</button>
</a>
<div className="text">or, if you're feeling hungry:</div>
<div style={{ width: "148px", margin: "0 auto" }}>
<BuyMe />
</div>
Expand Down

0 comments on commit d74ccd3

Please sign in to comment.