🎨 Add meetup logo upload functionality and enhance avatar consistency

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 10:23:18 +01:00
parent b448c8642f
commit e3d6182a47
3 changed files with 69 additions and 27 deletions

View File

@@ -91,8 +91,7 @@ class extends Component {
<div class="flex justify-center">
<a href="/" class="group flex items-center gap-3">
<div>
<img class="h-32 bg-white border-4 border-white"
src="{{ asset('img/einundzwanzig-square.svg') }}" alt="Logo">
<flux:avatar class="[:where(&)]:size-32 [:where(&)]:text-base" size="xl" src="{{ asset('img/einundzwanzig-square.svg') }}" />
</div>
</a>
</div>