Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Sep 24, 2024
1 parent c8e4e1f commit a0be035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/users/users.gno
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func renderHome(path string) string {
doc += " * [" + user.Name + "](/r/demo/users:" + user.Name + ")\n"
}

doc += page.RenderSelector()
doc += page.Selector()
return doc
}

Expand Down

0 comments on commit a0be035

Please sign in to comment.