change logo redirect to localhost for now
This commit is contained in:
parent
0f2e16d441
commit
5eb45ac70a
|
@ -20,7 +20,7 @@
|
|||
</ul>
|
||||
<%= render "_user_menu.html", assigns %>
|
||||
</nav>
|
||||
<a href="https://phoenixframework.org/" class="phx-logo">
|
||||
<a href="http://localhost:4000/" class="phx-logo">
|
||||
<img src="<%= Routes.static_path(@conn, "/images/phoenix.png") %>" alt="Phoenix Framework Logo"/>
|
||||
</a>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue