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
@@ -97,7 +97,7 @@ services:
restart: unless-stopped
```
::tip
::tip{icon=""}
✨ Add the Watchtower label to each container to automate updates:
```yaml [compose.yaml]
@@ -294,7 +294,7 @@ server {
}
```
::tip
::tip{icon=""}
✨ You can protect this app with Authentik by removing the `#` before `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Dont forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy).
::
@@ -306,7 +306,7 @@ server {
}
```
::tip
::tip{icon=""}
✨ You can secure this app with Authentik by uncommenting the `authentik-server.conf` and `authentik-location.conf` lines. Dont forget to [create an app and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy).
::
@@ -173,7 +173,7 @@ services:
- 6767:6767
```
::tip
::tip{icon=""}
✨ Add the Watchtower label to each container to automate updates
```yaml [compose.yaml]