diff --git a/app/assets/images/sponsors/shopify.png b/app/assets/images/sponsors/shopify.png new file mode 100755 index 0000000..54cdeb5 Binary files /dev/null and b/app/assets/images/sponsors/shopify.png differ diff --git a/app/views/events/_supporting_companies.html.erb b/app/views/events/_supporting_companies.html.erb index dd477c0..f090a6c 100644 --- a/app/views/events/_supporting_companies.html.erb +++ b/app/views/events/_supporting_companies.html.erb @@ -4,5 +4,8 @@ <%= link_to 'https://switchgrowth.com' do %> <%= image_tag "sponsors/switch.png", class: 'max-h-20' %> <% end %> + <%= link_to 'https://shopify.com' do %> + <%= image_tag "sponsors/shopify.png", class: 'max-h-16' %> + <% end %>