We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dc8a5 commit 5e621dcCopy full SHA for 5e621dc
apps/dashboard/app/(main)/websites/[id]/_components/tabs/audience-tab.tsx
@@ -345,12 +345,6 @@ export function WebsiteAudienceTab({
345
346
return (
347
<div className="space-y-6">
348
- <div>
349
- <h2 className="mb-2 font-semibold text-lg">Audience Insights</h2>
350
- <p className="text-muted-foreground text-sm">
351
- Detailed information about your website visitors
352
- </p>
353
- </div>
354
355
<div className="grid grid-cols-1 gap-4 lg:grid-cols-2">
356
<DataTable
0 commit comments