Skip to content

Commit

Permalink
chore: position xp radial chart correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 22, 2024
1 parent 354170b commit 82a2f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(marketing)/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Page = () => {
<div className="relative mb-12 flex items-center justify-center">
<ChartContainer
config={{}}
className="-rotate-90 absolute aspect-square min-h-56"
className="-scale-x-100 absolute aspect-square min-h-56 rotate-90"
>
<RadialBarChart
data={chartData}
Expand Down

0 comments on commit 82a2f95

Please sign in to comment.