We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef1289 commit c5883ceCopy full SHA for c5883ce
1 file changed
app/views/layouts/_supporting_companies.html.erb
@@ -1,11 +1,14 @@
1
<div class="mx-auto text-center">
2
<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' %>
+ <div class="flex justify-center gap-3 items-center">
+ <%= link_to 'https://clio.com' do %>
+ <%= image_tag "sponsors/clio.png", class: "max-h-20 px-4" %>
6
<% end %>
7
<%= link_to 'https://shopify.com' do %>
8
- <%= image_tag "sponsors/shopify.png", class: 'max-h-16' %>
+ <%= 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" %>
12
13
</div>
14
0 commit comments