This commit is contained in:
Lili (Tlapka) 2021-10-11 13:34:56 +02:00
parent 32ab5382fc
commit 14aefe45ce
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<%= link "Clothes tracker", to: Routes.live_path(@conn, PokemonCoutureWeb.ClothesTrackerLive) %>
</li>
<li>
<%= link "List of Clothes", to: Routes.clothes_path(@conn, :index) %>
<%= link "List of clothes", to: Routes.clothes_path(@conn, :index) %>
</li>
</ul>
</article>