diff --git a/app/assets/images/splash-logos/SMGLogo.png b/app/assets/images/splash-logos/SMGLogo.png
new file mode 100644
index 00000000..a348ac87
Binary files /dev/null and b/app/assets/images/splash-logos/SMGLogo.png differ
diff --git a/app/views/splash/index.html.erb b/app/views/splash/index.html.erb
index 59138b71..40b373bf 100644
--- a/app/views/splash/index.html.erb
+++ b/app/views/splash/index.html.erb
@@ -50,6 +50,11 @@
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
+
+ <%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
+ <%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
+ <% end %>
+
diff --git a/app/views/themes/bl_shared_home/splash/_index.html.erb b/app/views/themes/bl_shared_home/splash/_index.html.erb
index a1d346fb..979f63d9 100644
--- a/app/views/themes/bl_shared_home/splash/_index.html.erb
+++ b/app/views/themes/bl_shared_home/splash/_index.html.erb
@@ -49,6 +49,11 @@
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
+
+ <%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
+ <%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
+ <% end %>
+