Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 4, 2025
1 parent b1d5fe7 commit 1d4c74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/topup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pub fn Topup(address: String) -> Element {
if let Wallet::Connected(address) = *wallet.read() {
a {
class: "flex controls-primary w-full h-12 rounded-full hover:cursor-pointer",
href: "https://ore.supply/topup/{address}",
href: "https://beta.ore.supply/topup/{address}",
span {
class: "mx-auto my-auto",
"Top up →"
Expand Down

0 comments on commit 1d4c74c

Please sign in to comment.