Skip to content

Commit

Permalink
update btns
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Jan 17, 2025
1 parent cf74724 commit 76f0e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gno.land/r/gnoland/users/v1/render.gno
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ will gain permission to deploy packages and realms to package paths with the pat
out += md.H2("Actions\n\n")

items = []string{
"Register: " + ufmt.Sprintf(" [Connect](%s) - [gnokey](%s)\n\n", connectRegisterUrl, txlink.Call("Register")),
"Update Name: " + ufmt.Sprintf(" [Connect](%s) - [gnokey](%s)\n\n", connectUpdateNameUrl, txlink.Call("UpdateName")),
"Register: " + ufmt.Sprintf(" [[Connect]](%s) - [[gnokey]](%s)\n\n", connectRegisterUrl, txlink.Call("Register")),
"Update Name: " + ufmt.Sprintf(" [[Connect]](%s) - [[gnokey]](%s)\n\n", connectUpdateNameUrl, txlink.Call("UpdateName")),
}

out += md.BulletList(items)
Expand Down

0 comments on commit 76f0e9e

Please sign in to comment.