Skip to content

Commit 601f99c

Browse files
authored
Add instructions on how to obtain Brand Logo Client ID API
Signed-off-by: ampersandru <[email protected]>
1 parent 03cac95 commit 601f99c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
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">
9+
<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.
11+
</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>
13+
<li>Tap the eye icon under the "Your Client ID" section to reveal your <strong>Client ID</strong> and paste it below.</li>
14+
</ol>
15+
</div>
816
<% end %>
917
</div>
1018

0 commit comments

Comments
 (0)