Skip to content

Commit

Permalink
Switch to Synth for logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford authored Dec 31, 2024
1 parent e38669d commit c00b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/gemfiles/_gemfile_list_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<p class="font-semibold leading-6 text-gray-900 text-md">
<%= link_to gemfile_path(gemfile), class: 'hover:underline flex items-center' do %>
<%= image_tag "https://icons.duckduckgo.com/ip3/#{URI.parse(gemfile.app_link).host}.ico", class: 'mr-2 w-6 h-6 rounded-md' %>
<%= image_tag "https://logo.synthfinance.com/#{URI.parse(gemfile.app_link).host}", class: 'mr-2 w-6 h-6 rounded-md' %>
<span><%= gemfile.name %></span>
<% end %>
</p>
Expand Down

0 comments on commit c00b344

Please # to comment.