Replace the RSM card with a Nucleus card
diff --git a/Components/Card.js b/Components/Card.js
index c4a31c6..7f9330f 100644
--- a/Components/Card.js
+++ b/Components/Card.js
@@ -40,7 +40,7 @@
} else if (this.props.icon) {
icons = <img alt={this.props.title} className={Styles.image} src={`https://assets.clicks.codes/${this.props.icon}.svg`} />
} else if (this.props.wave) {
- icons = <img alt={this.props.title} className={Styles.image} src={`https://assets.clicks.codes//${this.props.wave}.svg`} />
+ icons = <img alt={this.props.title} className={Styles.image} src={`https://assets.clicks.codes/web/waves/card/${this.props.wave}.svg`} />
}
return <>{icons}</>;
}
diff --git a/pages/index.js b/pages/index.js
index 894aca3..cd06ddb 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -55,14 +55,14 @@
showMessage={props.showMessage}
/>
<Card
- wave="rsm" title="RSM" subtext="Moderation Redefined"
- icon="bots/rsm/circle"
+ wave="nucleus" title="Nucleus" subtext="The core of your server"
+ icon="bots/nucleus/circle"
buttons={[
- {color: "424242", link: "https://discord.com/api/oauth2/authorize?client_id=715989276382462053&permissions=121295465718&scope=bot%20applications.commands",text:"Invite"},
- {color: "424242", link: "/rsm", text:"About"}
+ {color: "424242", link: "https://discordapp.com/api/oauth2/authorize?client_id=715989276382462053&permissions=396173372662&scope=bot%20applications.commands",text:"Invite"},
+ {color: "424242", link: "/nucleus", text:"About"}
]}
buttonText={"FFFFFF"} gradient={["F27878", "D96B6B"]}
- url="/rsm"
+ url="/nucleus"
showMessage={props.showMessage}
/>
<Card