Skip to content

Commit 5c1407f

Browse files
svenefftingeroboquat
authored andcommitted
[dashboard] more space for coins
1 parent a6170ca commit 5c1407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/WorkspaceClass.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function WorkspaceClass(props: WorkspaceClassProps) {
5353
</div>
5454
<div className="text-xl my-1 flex-row flex align-middle">
5555
<svg
56-
viewBox={"0 -4 " + 2 * (props.powerUps || 1) + " 2"}
56+
viewBox={"0 -4 " + 2.5 * (props.powerUps || 1) + " 2"}
5757
xmlns="http://www.w3.org/2000/svg"
5858
className="h-3 my-1 mr-1"
5959
>

0 commit comments

Comments
 (0)