Add tenant PWA help articles and links
This commit is contained in:
@@ -7,6 +7,7 @@ import { Switch } from '@tamagui/switch';
|
||||
import toast from 'react-hot-toast';
|
||||
import { MobileShell, HeaderActionButton } from './components/MobileShell';
|
||||
import { MobileCard, CTAButton, PillBadge, SkeletonCard } from './components/Primitives';
|
||||
import { ContextHelpLink } from './components/ContextHelpLink';
|
||||
import { MobileSelect } from './components/FormControls';
|
||||
import {
|
||||
DataExportSummary,
|
||||
@@ -371,6 +372,9 @@ export default function MobileDataExportsPage() {
|
||||
</HeaderActionButton>
|
||||
}
|
||||
>
|
||||
<XStack justifyContent="flex-end">
|
||||
<ContextHelpLink slug="billing-packages-exports" />
|
||||
</XStack>
|
||||
<DataExportsPanel onRefreshReady={setRefresh} />
|
||||
</MobileShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user