Skip to content

Commit

Permalink
fix connect link
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Jan 17, 2025
1 parent a623b81 commit 73f67fe
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 @@ -16,8 +16,8 @@ import (

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

func Render(path string) string {
Expand Down

0 comments on commit 73f67fe

Please sign in to comment.