Add contextual help links to admin pages
This commit is contained in:
@@ -18,6 +18,7 @@ import toast from 'react-hot-toast';
|
||||
import { adminPath } from '../constants';
|
||||
import { useBackNavigation } from './hooks/useBackNavigation';
|
||||
import { ADMIN_GRADIENTS, useAdminTheme } from './theme';
|
||||
import { ContextHelpLink } from './components/ContextHelpLink';
|
||||
import { extractBrandingForm, type BrandingFormValues } from '../lib/brandingForm';
|
||||
import { DEFAULT_EVENT_BRANDING } from '@/guest/context/EventBrandingContext';
|
||||
import { getContrastingTextColor, relativeLuminance } from '@/guest/lib/color';
|
||||
@@ -560,6 +561,10 @@ export default function MobileBrandingPage() {
|
||||
</MobileCard>
|
||||
) : null}
|
||||
|
||||
<XStack justifyContent="flex-end">
|
||||
<ContextHelpLink slug="event-prep-checklist" />
|
||||
</XStack>
|
||||
|
||||
<MobileCard space="$2">
|
||||
<XStack space="$2">
|
||||
<TabButton label={t('events.branding.titleShort', 'Branding')} active={activeTab === 'branding'} onPress={() => setActiveTab('branding')} />
|
||||
|
||||
Reference in New Issue
Block a user