diff --git a/lib/arrow_web/controllers/layout_html/app.html.heex b/lib/arrow_web/controllers/layout_html/app.html.heex index b7324c5e..1fa87191 100644 --- a/lib/arrow_web/controllers/layout_html/app.html.heex +++ b/lib/arrow_web/controllers/layout_html/app.html.heex @@ -9,9 +9,9 @@ diff --git a/lib/arrow_web/controllers/layout_html/live.html.heex b/lib/arrow_web/controllers/layout_html/live.html.heex index b1ad9251..49b1da0d 100644 --- a/lib/arrow_web/controllers/layout_html/live.html.heex +++ b/lib/arrow_web/controllers/layout_html/live.html.heex @@ -11,7 +11,7 @@ Adjustments to the Regular Right of Way <%= if @logout_url, do: link("logout", - to: Routes.auth_path(@conn, :logout), + to: ~p"/auth/logout", class: "ml-2 btn btn-outline-danger" ) %>