Add contextual help links to admin pages
This commit is contained in:
@@ -29,6 +29,7 @@ import { useEventReadiness } from './hooks/useEventReadiness';
|
||||
import { SetupChecklist } from './components/SetupChecklist';
|
||||
import { KpiStrip, PillBadge } from './components/Primitives';
|
||||
import { getApiErrorMessage } from '../lib/apiError';
|
||||
import { ContextHelpLink } from './components/ContextHelpLink';
|
||||
|
||||
// --- HELPERS ---
|
||||
|
||||
@@ -212,6 +213,7 @@ export default function MobileDashboardPage() {
|
||||
title={t('dashboard:overview.title', 'At a glance')}
|
||||
showSeparator={false}
|
||||
compact
|
||||
action={<ContextHelpLink slug="tenant-dashboard-overview" />}
|
||||
/>
|
||||
</YStack>
|
||||
<Separator backgroundColor={theme.border} opacity={0.6} />
|
||||
|
||||
Reference in New Issue
Block a user