Skip to content

Commit

Permalink
fix: upt tx
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 16, 2024
1 parent 8e3947e commit 526e528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/example/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function App() {
<div className="badge badge-warning absolute right-0 top-0 m-4">
Build Time: {BUILD_TIME}
</div>
<ReactCalendarGraph data={v} />
<div className="text-center">
<ReactCalendarGraph data={v} />
</div>
</div>
);
}
Expand Down

0 comments on commit 526e528

Please sign in to comment.