Skip to content

Commit bf6a146

Browse files
authored
updated html based on recommendations
Signed-off-by: ampersandru <[email protected]>
1 parent 601f99c commit bf6a146

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/views/settings/hostings/_brand_fetch_settings.html.erb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<p class="text-sm text-secondary">You have successfully configured your Brand Fetch Client ID through the BRAND_FETCH_CLIENT_ID environment variable.</p>
66
<% else %>
77
<p class="text-secondary text-sm mb-4"><%= t(".description") %></p>
8-
<div class="text-sm text-gray-600 mb-4">
8+
<ol class="text-sm text-secondary mb-4 list-decimal ml-6 space-y-2">
99
<li>
10-
Visit <a href="https://brandfetch.com/developers" target="_blank" rel="noopener" class="text-blue-600 underline">brandfetch.com</a> and create a free Brand Fetch Developer account.
10+
Visit <a href="https://brandfetch.com/developers" target="_blank">brandfetch.com</a> and create a free Brand Fetch Developer account.
1111
</li>
12-
<li>Go to the <a href="https://developers.brandfetch.com/dashboard/logo-api" target="_blank" rel="noopener" class="text-blue-600 underline">Logo API</a> page.</li>
12+
<li>Go to the <a href="https://developers.brandfetch.com/dashboard/logo-api" target="_blank">Logo API</a> page.</li>
1313
<li>Tap the eye icon under the "Your Client ID" section to reveal your <strong>Client ID</strong> and paste it below.</li>
1414
</ol>
15-
</div>
1615
<% end %>
1716
</div>
1817

0 commit comments

Comments
 (0)