fix typo
This commit is contained in:
parent
32ab5382fc
commit
14aefe45ce
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue