File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "author" : {
77 "name" : " BoxBoxJason"
88 },
9- "version" : " 0.1.0 " ,
9+ "version" : " 0.1.1 " ,
1010 "engines" : {
1111 "vscode" : " ^1.105.0"
1212 },
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const UserStats: React.FC = () => {
7878
7979const ProfileBox : React . FC < { value : string , label : string } > = ( { value, label } ) => {
8080 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" >
81+ < 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" >
8282 < span className = "text-xl font-sans" > { value } </ span >
8383 < span className = "text-sm font-sans" > { label } </ span >
8484 </ div >
You can’t perform that action at this time.
0 commit comments