Add tenant PWA help articles and links
This commit is contained in:
@@ -11,6 +11,7 @@ import { MobileShell } from './components/MobileShell';
|
||||
import { MobileCard, CTAButton, FloatingActionButton } from './components/Primitives';
|
||||
import { MobileDateInput, MobileField, MobileInput, MobileSelect, MobileTextArea } from './components/FormControls';
|
||||
import { LegalConsentSheet } from './components/LegalConsentSheet';
|
||||
import { ContextHelpLink } from './components/ContextHelpLink';
|
||||
import {
|
||||
createEvent,
|
||||
getEvent,
|
||||
@@ -402,6 +403,10 @@ export default function MobileEventFormPage() {
|
||||
</MobileCard>
|
||||
) : null}
|
||||
|
||||
<XStack justifyContent="flex-end">
|
||||
<ContextHelpLink slug="event-settings" />
|
||||
</XStack>
|
||||
|
||||
<MobileCard space="$3">
|
||||
<MobileField label={requiredLabel(t('eventForm.fields.name.label', 'Event name'))}>
|
||||
<MobileInput
|
||||
|
||||
Reference in New Issue
Block a user