change wording
This commit is contained in:
parent
88e1322ace
commit
32ab5382fc
|
@ -1,4 +1,4 @@
|
||||||
<h1>Listing Clothes</h1>
|
<h1>Clothes Tracker</h1>
|
||||||
<div class="trackers">
|
<div class="trackers">
|
||||||
<%= for {shop, map_of_clothes_by_type} <- @clothes_map do %>
|
<%= for {shop, map_of_clothes_by_type} <- @clothes_map do %>
|
||||||
<h2> <%= shop %></h2>
|
<h2> <%= shop %></h2>
|
||||||
|
|
|
@ -31,5 +31,5 @@
|
||||||
|
|
||||||
<section class="phx-attributions">
|
<section class="phx-attributions">
|
||||||
<h2> Attributions </h2>
|
<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>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue