Enhance RSVP and attendee management for meetup events

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 12:31:32 +01:00
parent 7f9c42994c
commit 0800213e80
3 changed files with 224 additions and 26 deletions

View File

@@ -172,7 +172,7 @@ class extends Component {
{{--<flux:checkbox wire:model="remember" label="Remember me for 30 days" />--}}
<!-- Submit Button -->
<flux:button class="cursor-pointer" variant="primary" @click="openNostrLogin" class="w-full">{{ __('Log in mit Nostr') }}</flux:button>
<flux:button variant="primary" @click="openNostrLogin" class="w-full cursor-pointer">{{ __('Log in mit Nostr') }}</flux:button>
</div>
<!-- Sign up Link -->