AstraOS Ver. 1.19.3:

- Login Discord Logo hinzugefügt
- Discord Img größe gefixt
This commit is contained in:
MrWhiff 2026-01-06 18:45:48 +01:00
parent 8fe9800147
commit 64273d5fa7

View file

@ -100,7 +100,7 @@
</div>
<a href="{{ url_for('login_discord') }}"
class="flex items-center justify-center bg-[#5865F2] hover:bg-[#4752C4] text-white py-2 rounded-lg font-semibold transition">
<img src="{{ url_for('static', filename='media/discord_logo.png') }}" alt="Discord Logo" class="w-6 h-6 mr-2">
<img src="{{ url_for('static', filename='media/discord_logo.png') }}" alt="Discord Logo" class="h-5 mr-2">
Mit Discord anmelden
</a>
</form>