Skip to content

Commit

Permalink
add url to navigation to FE home page in logo
Browse files Browse the repository at this point in the history
  • Loading branch information
meofiscoding committed Nov 26, 2023
1 parent 26dd088 commit 2976360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Identity.API/Views/Auth/Login.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<link rel="stylesheet" href="~/css/login.css" asp-append-version="true" />

<div class="login-top">
<img src="~/images/logo.png" alt="" />
<a href="https://simplenetflix.vercel.app/home">
<img src="~/images/logo.png" alt="" />
</a>
</div>

<div class="d-flex justify-content-center align-items-center"
Expand Down

0 comments on commit 2976360

Please sign in to comment.