Skip to content

Commit 1ca78b0

Browse files
author
marcus
committed
progess position
1 parent 736efb8 commit 1ca78b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ export default async function DashboardPage({
149149

150150
return (
151151
<div className="flex flex-col gap-6 mx-auto max-w-6xl">
152-
<DashboardLiveUpdater />
153152
<div className="animate-in fade-in slide-in-from-bottom-2 flex flex-row flex-wrap items-center justify-between gap-3 duration-500">
154153
<div>
155154
<h1 className="flex items-center gap-2 text-3xl font-semibold tracking-tight"><ChartBar className="h-7 w-7 text-primary" />Contribution dashboard</h1>
@@ -189,6 +188,7 @@ export default async function DashboardPage({
189188
</Card>
190189
<DashboardChart data={chartData} />
191190
</section>
191+
<DashboardLiveUpdater />
192192

193193
<DashboardPanelsClient
194194
initialShares={shares.map((share) => ({

0 commit comments

Comments
 (0)