Skip to content

Commit

Permalink
Added link to logo on splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
c-brooks committed Nov 18, 2016
1 parent 299c886 commit 24da86b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/views/landing/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

<body style="background: white">
<div class="img-wrapper">
<%= image_tag("sportsello-logo.jpg", class: "img centered") %>
</div>

<div class="notice">
<%= link_to '/dev' do %>
<%= image_tag("sportsello-logo.jpg", class: "img centered") %>
<% end %>
</div>
<div class="notice">
<h1>
Our site is still in development, but feel free to
<a href="/dev">take a look!</a>
Expand Down

0 comments on commit 24da86b

Please sign in to comment.