Skip to content

Commit

Permalink
Brighten bg
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Feb 11, 2025
1 parent fc47ef4 commit 2611d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/inscription/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function InscriptionForm(props: any) {

const taprootAddress = props.taprootAddress;
if (!taprootAddress) {
setErrorMessage("Please link your Bitcoin address");
setErrorMessage("Please link your Bitcoin Wallet (Xverse)");
props.bitcoinWallet.connectWallet();
return;
}
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ body {
height: 200%;
background-image: url('../public/space2.jpg');
background-size: 100%;
background-repeat: no-repeat;
opacity: 0.05;
background-repeat: repeat;
opacity: 0.15;
overflow: none;
z-index: 0;
}
Expand Down

0 comments on commit 2611d90

Please sign in to comment.