Skip to content

Commit 8c6ddc7

Browse files
author
marcus
committed
progess position
1 parent 1ca78b0 commit 8c6ddc7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/dashboard/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ export default async function DashboardPage({
171171
<MetricCard label="Pipelines" value={totals.pipelines} icon={<Workflow className="size-4" />} />
172172
</section>
173173

174+
<DashboardLiveUpdater />
175+
174176
<section className="animate-in fade-in slide-in-from-bottom-2 duration-500">
175177
<Card className="mb-6 border-border/60 shadow-sm transition-all hover:shadow-md">
176178
<CardHeader>
@@ -188,7 +190,6 @@ export default async function DashboardPage({
188190
</Card>
189191
<DashboardChart data={chartData} />
190192
</section>
191-
<DashboardLiveUpdater />
192193

193194
<DashboardPanelsClient
194195
initialShares={shares.map((share) => ({

0 commit comments

Comments
 (0)