Add consented social milestone posting
This commit is contained in:
@@ -16,6 +16,7 @@ import { QrCode } from 'lucide-react';
|
||||
import { trackEvent, identifyUser } from '@/components/PostHogProvider';
|
||||
import { FREE_DYNAMIC_QR_LIMIT } from '@/lib/plans';
|
||||
import { OnboardingChecklist } from '@/components/dashboard/OnboardingChecklist';
|
||||
import { SocialMilestoneDialog } from '@/components/dashboard/SocialMilestoneDialog';
|
||||
|
||||
interface QRCodeData {
|
||||
id: string;
|
||||
@@ -322,6 +323,7 @@ export default function DashboardPage() {
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<SocialMilestoneDialog />
|
||||
{/* Header with Plan Badge */}
|
||||
<div className="flex flex-col gap-4 lg:flex-row lg:items-start lg:justify-between">
|
||||
<div className="min-w-0">
|
||||
|
||||
Reference in New Issue
Block a user