Skip to content

Commit

Permalink
add new qrcode image
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Vieira committed Dec 31, 2023
1 parent 2be579a commit 37ea441
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Binary file removed public/BtcImage.jpg
Binary file not shown.
Binary file added public/BtcImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/BitcoinWallet.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article>
<div>Bitcoin</div>
<img class="btc-image" src="/BtcImage.jpg" alt="btc donation" />
<img class="btc-image" src="/BtcImage.png" alt="btc donation" />
</article>
11 changes: 9 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,15 @@ html.dark {
}

.btc-image {
width: 60px;
height: 60px;
width: 52px;
height: 52px;
border-radius: 4px;
padding: 2px;
border: 2px solid black;
}

.dark .btc-image {
border: 2px solid white;
}

.social-content {
Expand Down

1 comment on commit 37ea441

@vercel
Copy link

@vercel vercel bot commented on 37ea441 Dec 31, 2023

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.