Skip to content

Commit

Permalink
Adds ethereum wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 committed Feb 3, 2024
1 parent db11cc3 commit af9ae8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ <h2>Donate</h2>
}).render('#donate-button');
</script>
</div>
<p>Or donate via the <strong>Ethereum</strong> network:</p>
<code>0xA97d490FFFb8f629e67a7d8f804366999bC86777</code>
</div>
<div class="info">
<h2>Installation via Homebrew</h2>
Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ code.brew::before {
padding-right: 10px;
}

code.brew {
code {
background: #444;
color: #fff;
padding: 12px;
Expand Down

0 comments on commit af9ae8f

Please sign in to comment.