Skip to content

Commit c3a8cc5

Browse files
committed
better logo correct link
1 parent 03da0e5 commit c3a8cc5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-71.4 KB
Loading

app/views/splash/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<% end %>
7373
</div>
7474
<div class="col-xs-6 col-sm-4 text-center">
75-
<%= link_to "//#{host_for('nls')}" do %>
75+
<%= link_to "//#{host_for('tate')}" do %>
7676
<%= image_tag("splash-logos/Tate_Logo.png", class: "tenant-logo", alt: "Tate") %>
7777
<% end %>
7878
</div>

app/views/themes/bl_shared_home/splash/_index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<% end %>
7272
</div>
7373
<div class="col-xs-6 col-sm-4 text-center">
74-
<%= link_to "//#{host_for('nls')}" do %>
74+
<%= link_to "//#{host_for('tate')}" do %>
7575
<%= image_tag("splash-logos/Tate_Logo.png", class: "tenant-logo", alt: "Tate") %>
7676
<% end %>
7777
</div>

0 commit comments

Comments
 (0)