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 3ec6b05 commit 43464fbCopy full SHA for 43464fb
apps/dashboard/app/(main)/websites/[id]/funnels/page.tsx
@@ -39,7 +39,7 @@ const EditFunnelDialog = dynamic(
39
40
function FunnelsListSkeleton() {
41
return (
42
- <div className="border">
+ <div>
43
{[1, 2, 3].map((i) => (
44
<FunnelItemSkeleton key={i} />
45
))}
apps/dashboard/app/(main)/websites/[id]/goals/page.tsx
@@ -22,7 +22,7 @@ import { GoalsList } from "./_components/goals-list";
22
23
function GoalsListSkeleton() {
24
25
- <div className="border-border border-t">
26
27
<GoalItemSkeleton key={i} />
28
0 commit comments