change wording

This commit is contained in:
Lili (Tlapka) 2021-10-11 13:34:23 +02:00
parent 88e1322ace
commit 32ab5382fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<h1>Listing Clothes</h1>
<h1>Clothes Tracker</h1>
<div class="trackers">
<%= for {shop, map_of_clothes_by_type} <- @clothes_map do %>
<h2> <%= shop %></h2>

View File

@ -31,5 +31,5 @@
<section class="phx-attributions">
<h2> Attributions </h2>
<p>Top icon is a pikachu by WEBTECHOPS LLP from the Noun Project.</p>
<p>The icon at the top is a pikachu by WEBTECHOPS LLP from the Noun Project.</p>
</section>