Merge branch 'mumble-logo-svg' into 'master'

[ADD] Mumble logo to SVG sprite

See merge request allianceauth/allianceauth!1755
This commit is contained in:
Ariel Rin
2025-09-21 02:45:03 +00:00
2 changed files with 63 additions and 1 deletions

View File

@@ -48,3 +48,13 @@ The loading spinner can be used with the following code:
<use href="#aa-loading-spinner"></use>
</svg>
```
### Mumble Logo
The Mumble logo can be used with the following code:
```html
<svg>
<use href="#aa-mumble-logo"></use>
</svg>
```