From db19c95427dfaeecc6a743ad72b6899da4693c64 Mon Sep 17 00:00:00 2001 From: ampersandru <43594741+ampersandru@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:47:29 -0700 Subject: [PATCH] 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> --- app/views/settings/hostings/_brand_fetch_settings.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/settings/hostings/_brand_fetch_settings.html.erb b/app/views/settings/hostings/_brand_fetch_settings.html.erb index 47c305766..fb2a24aa2 100644 --- a/app/views/settings/hostings/_brand_fetch_settings.html.erb +++ b/app/views/settings/hostings/_brand_fetch_settings.html.erb @@ -5,6 +5,13 @@

You have successfully configured your Brand Fetch Client ID through the BRAND_FETCH_CLIENT_ID environment variable.

<% else %>

<%= t(".description") %>

+
    +
  1. + Visit brandfetch.com and create a free Brand Fetch Developer account. +
  2. +
  3. Go to the Logo API page.
  4. +
  5. Tap the eye icon under the "Your Client ID" section to reveal your Client ID and paste it below.
  6. +
<% end %>