DO NOT USE THIS VERSION
diff --git a/pages/rsm.js b/pages/rsm.js
index 4c087ce..6038029 100644
--- a/pages/rsm.js
+++ b/pages/rsm.js
@@ -25,7 +25,7 @@
name="RSM"
subtext="Moderation Redefined"
gradient={["F27878", "D96B6B"]}
- wave="RM"
+ wave="web/waves/header/rsm"
buttons={[
{color: "424242", buttonText: "FFFFFF", link: "#features", text: "Features"},
{color: "424242", buttonText: "FFFFFF", link: "#commands", text: "Commands"},
@@ -88,14 +88,15 @@
<Paragraph><code>m!unlock</code>: Unlocks the channel. Slowmode is removed and messages can be sent.</Paragraph>
<SectionHeading id="invite">Invite</SectionHeading>
<CardRow>
- <Card
- wave="RM"
- buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]}
- title="Invite"
- subtext="Invite RSM to your server"
- buttons={[
- {color: "F27878", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands", text: "Invite"}
- ]}
+ <Card
+ wave="rsm"
+ icon="bots/rsm/normal"
+ buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]}
+ title="Invite"
+ subtext="Invite RSM to your server"
+ buttons={[
+ {color: "F27878", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands", text: "Invite"}
+ ]}
/>
</CardRow>
</AutoSpacing>