Skip to content

Commit

Permalink
Merge pull request #34 from tokyo-rust/add_payment_link
Browse files Browse the repository at this point in the history
feat: add payment link
  • Loading branch information
toadslop authored Jun 19, 2024
2 parents d904b0c + a6dc563 commit b469062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static-site/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Donate</a>
<a class="nav-link" href="https://donate.stripe.com/test_14k1731CJ4GK4YodQQ">Donate</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
Expand All @@ -26,4 +26,4 @@
</ul>
</div>
</div>
</nav>
</nav>

0 comments on commit b469062

Please sign in to comment.