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 a6170ca commit 5c1407fCopy full SHA for 5c1407f
components/dashboard/src/components/WorkspaceClass.tsx
@@ -53,7 +53,7 @@ function WorkspaceClass(props: WorkspaceClassProps) {
53
</div>
54
<div className="text-xl my-1 flex-row flex align-middle">
55
<svg
56
- viewBox={"0 -4 " + 2 * (props.powerUps || 1) + " 2"}
+ viewBox={"0 -4 " + 2.5 * (props.powerUps || 1) + " 2"}
57
xmlns="http://www.w3.org/2000/svg"
58
className="h-3 my-1 mr-1"
59
>
0 commit comments