Adding direction to where to find API key

This commit is contained in:
Dan Baker 2026-02-21 21:42:58 +00:00
parent e5bb396ac6
commit 81967a9b18

View file

@ -53,7 +53,13 @@
<div class="install-banner" id="install-banner"> <div class="install-banner" id="install-banner">
<span class="install-banner-icon">📲</span> <span class="install-banner-icon">📲</span>
<span id="install-banner-text"></span> <span id="install-banner-text"></span>
<button class="install-banner-close" id="install-banner-close" aria-label="Dismiss"></button> <button
class="install-banner-close"
id="install-banner-close"
aria-label="Dismiss"
>
</button>
</div> </div>
<!-- Emoji picker --> <!-- Emoji picker -->
@ -218,7 +224,12 @@
<span <span
>Your username and API key are stored >Your username and API key are stored
<strong>only in this browser</strong> and are never sent anywhere <strong>only in this browser</strong> and are never sent anywhere
except <strong>api.omg.lol</strong> when you post.</span except <strong>api.omg.lol</strong> when you post. You can find
your API key
<a href="https://home.omg.lol/account" target="_blank"
>on your account page</a
>.</span
> >
</div> </div>