remove todo: already done

This commit is contained in:
Lili (Tlapka) 2021-10-21 17:25:42 +02:00
parent e8dbcb5be6
commit 3de494e511
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</ul> </ul>
<%= render "_user_menu.html", assigns %> <%= render "_user_menu.html", assigns %>
</nav> </nav>
<a href="<%= Routes.page_path(@conn, :index) %>" class="phx-logo"> <!-- TODO: needs a way to show the proper link --> <a href="<%= Routes.page_path(@conn, :index) %>" class="phx-logo">
<img src="<%= Routes.static_path(@conn, "/images/pikachu.png") %>" alt="Phoenix Framework Logo"/> <img src="<%= Routes.static_path(@conn, "/images/pikachu.png") %>" alt="Phoenix Framework Logo"/>
</a> </a>
</section> </section>