We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3912 commit 5139233Copy full SHA for 5139233
src/views/components/UserStats.tsx
@@ -78,7 +78,7 @@ const UserStats: React.FC = () => {
78
79
const ProfileBox: React.FC<{ value: string, label: string }> = ({ value, label }) => {
80
return (
81
- <div className="profile-box flex flex-col items-center justify-center w-fit max-w-25 py-1.5 px-2.5 rounded-md flex-1 bg-background-gray">
+ <div className="profile-box text-center flex flex-col items-center justify-center w-fit max-w-25 py-1.5 px-2.5 rounded-md flex-1 bg-background-gray">
82
<span className="text-xl font-sans">{value}</span>
83
<span className="text-sm font-sans">{label}</span>
84
</div>
0 commit comments