diff --git a/app/views/gemfiles/_gemfile_list_item.html.erb b/app/views/gemfiles/_gemfile_list_item.html.erb index e8679b4..9b7083f 100644 --- a/app/views/gemfiles/_gemfile_list_item.html.erb +++ b/app/views/gemfiles/_gemfile_list_item.html.erb @@ -2,7 +2,7 @@

<%= 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' %> <%= gemfile.name %> <% end %>