We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736efb8 commit 1ca78b0Copy full SHA for 1ca78b0
1 file changed
src/app/dashboard/page.tsx
@@ -149,7 +149,6 @@ export default async function DashboardPage({
149
150
return (
151
<div className="flex flex-col gap-6 mx-auto max-w-6xl">
152
- <DashboardLiveUpdater />
153
<div className="animate-in fade-in slide-in-from-bottom-2 flex flex-row flex-wrap items-center justify-between gap-3 duration-500">
154
<div>
155
<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({
189
188
</Card>
190
<DashboardChart data={chartData} />
191
</section>
+ <DashboardLiveUpdater />
192
193
<DashboardPanelsClient
194
initialShares={shares.map((share) => ({
0 commit comments