add cool icon and attribution text

This commit is contained in:
2021-10-11 13:27:35 +02:00
parent baf7775b98
commit 88e1322ace
3 changed files with 10 additions and 2 deletions
@@ -22,7 +22,7 @@
<%= render "_user_menu.html", assigns %>
</nav>
<a href="<%= Routes.page_path(@conn, :index) %>" class="phx-logo"> <!-- TODO: needs a way to show the proper link -->
<img src="<%= Routes.static_path(@conn, "/images/phoenix.png") %>" alt="Phoenix Framework Logo"/>
<img src="<%= Routes.static_path(@conn, "/images/pikachu.png") %>" alt="Phoenix Framework Logo"/>
</a>
</section>
</header>