Skip to content

Commit

Permalink
Remove duplicate public photos
Browse files Browse the repository at this point in the history
  • Loading branch information
iarobinson committed Sep 14, 2023
1 parent 34390c3 commit 7adbdae
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions app/views/layouts/_public.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,12 @@
<div class="row py-5">
<div class="col-4 animate-on-scroll">
<%= image_tag "stranger-page/feature-1.png", width: "100%" %>

</div>
<div class="col-4 animate-on-scroll">
<%= image_tag "stranger-page/feature-2.png", width: "100%" %>

</div>
<div class="col-4 animate-on-scroll">
<%= image_tag "stranger-page/feature-3.png", width: "100%" %>

</div>
</div>
<div class="row py-5">
<div class="col-4 animate-on-scroll">
<%= image_tag "stranger-page/feature-1.png", width: "100%" %>

</div>
<div class="col-4 animate-on-scroll">
<%= image_tag "stranger-page/feature-2.png", width: "100%" %>

</div>
<div class="col-4 animate-on-scroll">
<%= image_tag "stranger-page/feature-3.png", width: "100%" %>

</div>
</div>
</div>

0 comments on commit 7adbdae

Please sign in to comment.