Skip to content

Commit

Permalink
Sam broke a test. Bad sam. h1 with brand thrown back into home page. …
Browse files Browse the repository at this point in the history
…h1 with brand _must_ remain, even if text-indent image replaement hack is used to hide it.
  • Loading branch information
johnhutch committed Jul 1, 2017
1 parent 8d87741 commit 8248feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

<!-- Otherwise, show the hero banner -->
<% else %>
<h1 class="page-header__title"><%= t('brand') %></h1>
<div class="logo"><%= image_tag "[email protected]", alt: " Welcome to #{ t('brand') }. This is our logo." %></div>
<h2 class="page-header__subtitle">Plan your meals for the week using your favorite recipes from your self-curated cookbook.</h2>
<h3 class="page-header__motto">We'll even build you a shopping list to take to the grocery store.</h3>
Expand Down

0 comments on commit 8248feb

Please sign in to comment.