Skip to content

Commit c5883ce

Browse files
authored
Add Clio logo and link to supporting companies (#100)
1 parent 5ef1289 commit c5883ce

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<div class="mx-auto text-center">
22
<h3>Supporting Companies</h3>
3-
<div class="flex justify-center items-center">
4-
<%= link_to 'https://switchgrowth.com' do %>
5-
<%= image_tag "sponsors/switch.png", class: 'max-h-20' %>
3+
<div class="flex justify-center gap-3 items-center">
4+
<%= link_to 'https://clio.com' do %>
5+
<%= image_tag "sponsors/clio.png", class: "max-h-20 px-4" %>
66
<% end %>
77
<%= link_to 'https://shopify.com' do %>
8-
<%= image_tag "sponsors/shopify.png", class: 'max-h-16' %>
8+
<%= image_tag "sponsors/shopify.png", class: "max-h-16" %>
9+
<% end %>
10+
<%= link_to 'https://switchgrowth.com' do %>
11+
<%= image_tag "sponsors/switch.png", class: "max-h-20" %>
912
<% end %>
1013
</div>
1114
</div>

0 commit comments

Comments
 (0)