Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tovade committed May 28, 2022
2 parents beee2e7 + 0e2f4a2 commit b908a64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/components/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="servers/new">
<a class="nav-link" aria-current="page" href="/servers/new">
<i class="icon">
<svg
width="20"
Expand Down
4 changes: 4 additions & 0 deletions frontend/pages/singup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
id="full-name"
placeholder=" "
name="username"
required
/>
</div>
</div>
Expand All @@ -160,6 +161,7 @@
id="email"
placeholder=" "
name="email"
required
/>
</div>
</div>
Expand All @@ -174,6 +176,7 @@
id="password"
placeholder=" "
name="password"
required
/>
</div>
</div>
Expand All @@ -188,6 +191,7 @@
id="confirm-password"
placeholder=" "
name="password_confirm"
required
/>
</div>
</div>
Expand Down

0 comments on commit b908a64

Please sign in to comment.