diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less
index 510ede43..c9890991 100644
--- a/client/assets/styles/menu.less
+++ b/client/assets/styles/menu.less
@@ -115,7 +115,6 @@ section {
font-size: 1.5em;
display: flex;
flex-flow: column;
- height: 5em;
}
letter-spacing: 0.25em;
diff --git a/client/src/components/play.jsx b/client/src/components/play.jsx
index 044d529a..1450a2df 100644
--- a/client/src/components/play.jsx
+++ b/client/src/components/play.jsx
@@ -221,13 +221,15 @@ function Play(args) {
¤ {account.balance}
- {subscription}
- setNav('shop')}
- class="yellow-btn"
- role="link">
- Get Credits
-
+ {subscription}
+
+ setNav('shop')}
+ class="yellow-btn"
+ role="link">
+ Get Credits
+
+
Join our Discord server to find opponents and talk to the devs.
diff --git a/client/src/components/reshape.jsx b/client/src/components/reshape.jsx
index 835f4a8e..810db6da 100644
--- a/client/src/components/reshape.jsx
+++ b/client/src/components/reshape.jsx
@@ -106,19 +106,19 @@ function Reshape(args) {
¤ {account.balance}
- {subscription}
-
setNav('shop')}
- class="yellow-btn"
- role="link">
- Get Credits
-
-
-
-
+ {subscription}
+
+ setNav('shop')}
+ class="yellow-btn"
+ role="link">
+ Get Credits
+
+
{shop.owned.map(useMtx)}
{shop.available.map(availableMtx)}
+
);