We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa3912 commit a7bbe59Copy full SHA for a7bbe59
2 files changed
package.json
@@ -6,7 +6,7 @@
6
"author": {
7
"name": "BoxBoxJason"
8
},
9
- "version": "0.1.0",
+ "version": "0.1.1",
10
"engines": {
11
"vscode": "^1.105.0"
12
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