Fix auth translations and admin PWA UI
This commit is contained in:
@@ -203,7 +203,7 @@ export default function MobileEventGuestNotificationsPage() {
|
||||
</MobileCard>
|
||||
) : null}
|
||||
|
||||
<div ref={formRef}>
|
||||
<YStack ref={formRef}>
|
||||
<MobileCard space="$3">
|
||||
<Text fontSize="$md" fontWeight="800" color={textStrong}>
|
||||
{t('guestMessages.composeTitle', 'Send a message')}
|
||||
@@ -299,7 +299,7 @@ export default function MobileEventGuestNotificationsPage() {
|
||||
) : null}
|
||||
</YStack>
|
||||
</MobileCard>
|
||||
</div>
|
||||
</YStack>
|
||||
|
||||
<MobileCard space="$2">
|
||||
<XStack alignItems="center" justifyContent="space-between">
|
||||
|
||||
Reference in New Issue
Block a user