Skip to content

Commit

Permalink
rm connect
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Feb 12, 2025
1 parent ca4b2a9 commit 17d082d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/gno.land/r/gnoland/users/v1/render.gno
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ import (
susers "gno.land/r/sys/users"
)

var (
connectUrlBase = "https://gno.studio/connect/view/gno.land/r/gnoland/users/v1?network=" + std.GetChainID()
connectRegisterUrl = connectUrlBase + "#Register"
)

func Render(path string) string {
req := realmpath.Parse(path)

Expand Down Expand Up @@ -90,8 +85,7 @@ will gain permission to deploy packages and realms to package paths with the pat
out += md.Paragraph("In later versions of the registry, vanity usernames will be allowed through specific mechanisms.")

if !paused {
out += md.H2("Actions\n\n")
out += "Register: " + ufmt.Sprintf(" [[Connect]](%s) - [[gnokey]](%s)\n\n", connectRegisterUrl, txlink.Call("Register"))
out += md.H3(ufmt.Sprintf(" [[Click here to register]](%s)", txlink.Call("Register")))
}

out += md.HorizontalRule()
Expand Down

0 comments on commit 17d082d

Please sign in to comment.