diff --git a/app/views/layouts/_supporting_companies.html.erb b/app/views/layouts/_supporting_companies.html.erb
index f090a6c..7406aff 100644
--- a/app/views/layouts/_supporting_companies.html.erb
+++ b/app/views/layouts/_supporting_companies.html.erb
@@ -1,11 +1,14 @@
Supporting Companies
-
- <%= link_to 'https://switchgrowth.com' do %>
- <%= image_tag "sponsors/switch.png", class: 'max-h-20' %>
+
+ <%= link_to 'https://clio.com' do %>
+ <%= image_tag "sponsors/clio.png", class: "max-h-20 px-4" %>
<% end %>
<%= link_to 'https://shopify.com' do %>
- <%= image_tag "sponsors/shopify.png", class: 'max-h-16' %>
+ <%= image_tag "sponsors/shopify.png", class: "max-h-16" %>
+ <% end %>
+ <%= link_to 'https://switchgrowth.com' do %>
+ <%= image_tag "sponsors/switch.png", class: "max-h-20" %>
<% end %>