Remove default icon from tip blocks that already start with an emoji

This commit is contained in:
Djeex
2026-09-04 14:56:09 +02:00
parent eeeaa706a2
commit a7b85af45a
22 changed files with 26 additions and 26 deletions
@@ -69,7 +69,7 @@ services:
- 3000:3000
```
::tip
::tip{icon=""}
✨ Add the Watchtower label to automate updates:
```yaml [compose.yaml]
@@ -233,7 +233,7 @@ Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ct
Redeploy the TinyAuth stack. On your next visit to `https://tinyauth.mydomain.com`, you'll see a "Login with Pocket ID" option alongside the local login form.
::tip
::tip{icon=""}
✨ To skip straight to Pocket ID and hide the local login form, add `TINYAUTH_OAUTH_AUTOREDIRECT=pocketid` to the same `.env` file.
::