Skip to content

Commit

Permalink
404
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Jan 16, 2025
1 parent 9afb231 commit 4bc7ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/r/gnoland/users/v1/render.gno
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func Render(path string) string {
}

if data == nil {
out += md.H1("404")
out += "This user does not exist or has been deleted.\n"
} else {
out += renderUserPage(data)
Expand Down

0 comments on commit 4bc7ae7

Please sign in to comment.