Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjosethomas committed Nov 2, 2024
1 parent 56fb8f4 commit 404de10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StatsDisplay/StatsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const StatsDisplay: React.FC<Props> = ({
}, [stats])

return (
<div className="bg-background-1/90 flex flex-col gap-3 rounded-l p-4">
<div className="flex flex-col gap-3 rounded-l bg-background-1/90 p-4">
<div className="flex flex-col">
<div className="text-sm uppercase">Your rating</div>
<div
Expand Down

0 comments on commit 404de10

Please sign in to comment.