Add contextual help links to admin pages
This commit is contained in:
@@ -23,6 +23,7 @@ import { ADMIN_BASE_PATH, adminPath } from '../constants';
|
||||
import { resolveLayoutForFormat } from './qr/utils';
|
||||
import { useBackNavigation } from './hooks/useBackNavigation';
|
||||
import { useAdminTheme } from './theme';
|
||||
import { ContextHelpLink } from './components/ContextHelpLink';
|
||||
|
||||
export default function MobileQrPrintPage() {
|
||||
const { slug: slugParam } = useParams<{ slug?: string }>();
|
||||
@@ -101,6 +102,10 @@ export default function MobileQrPrintPage() {
|
||||
</MobileCard>
|
||||
) : null}
|
||||
|
||||
<XStack justifyContent="flex-end">
|
||||
<ContextHelpLink slug="event-prep-checklist" />
|
||||
</XStack>
|
||||
|
||||
<MobileCard space="$3" alignItems="center">
|
||||
<Text fontSize="$md" fontWeight="800" color={textStrong}>
|
||||
{t('events.qr.heroTitle', 'Entrance QR Code')}
|
||||
|
||||
Reference in New Issue
Block a user