From a70c8be57d15d4f4c46fffe811ed56d290463dc6 Mon Sep 17 00:00:00 2001 From: crespire Date: Thu, 8 May 2025 22:11:30 -0400 Subject: [PATCH] Add Clio logo and link to supporting companies --- app/views/layouts/_supporting_companies.html.erb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 %>