Add instructions on how to obtain Brand Logo Client ID API (#234)

* Add instructions on how to obtain Brand Logo Client ID API

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>

* updated html based on recommendations

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>

* added rel="noopener noreferrer" to links

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>

---------

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>
This commit is contained in:
ampersandru
2025-10-26 09:47:29 -07:00
committed by GitHub
parent 0b393a0d6d
commit db19c95427

View File

@@ -5,6 +5,13 @@
<p class="text-sm text-secondary">You have successfully configured your Brand Fetch Client ID through the BRAND_FETCH_CLIENT_ID environment variable.</p>
<% else %>
<p class="text-secondary text-sm mb-4"><%= t(".description") %></p>
<ol class="text-sm text-secondary mb-4 list-decimal ml-6 space-y-2">
<li>
Visit <a href="https://brandfetch.com/developers" target="_blank" rel="noopener noreferrer">brandfetch.com</a> and create a free Brand Fetch Developer account.
</li>
<li>Go to the <a href="https://developers.brandfetch.com/dashboard/logo-api" target="_blank" rel="noopener noreferrer">Logo API</a> page.</li>
<li>Tap the eye icon under the "Your Client ID" section to reveal your <strong>Client ID</strong> and paste it below.</li>
</ol>
<% end %>
</div>