From c00b344a4acf7a16b4d869dd8ce1a0fa62dfdcf0 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Tue, 31 Dec 2024 13:04:45 -0600 Subject: [PATCH] Switch to Synth for logos --- app/views/gemfiles/_gemfile_list_item.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>