diff --git a/lib/chess_web/templates/layout/app.html.eex b/lib/chess_web/templates/layout/app.html.eex index e25af48..9a68c20 100644 --- a/lib/chess_web/templates/layout/app.html.eex +++ b/lib/chess_web/templates/layout/app.html.eex @@ -22,7 +22,7 @@ | <%= link("Log out", to: session_path(@conn, :delete), method: :delete) %> <% else %> - <%= link("Register", to: registration_path(@conn, :new)) %>yout + <%= link("Register", to: registration_path(@conn, :new)) %> | <%= link("Log in", to: session_path(@conn, :new)) %> <% end %>