Skip to content

Commit a037eb4

Browse files
committed
add minestom to the download page
1 parent c42194d commit a037eb4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/downloads.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { faWindows } from "@fortawesome/free-brands-svg-icons/faWindows";
22
import { faDiscord } from "@fortawesome/free-brands-svg-icons/faDiscord";
33
import { faDownload } from "@fortawesome/free-solid-svg-icons/faDownload";
44
import { faQuestion } from "@fortawesome/free-solid-svg-icons/faQuestion";
5-
import { faBullhorn } from "@fortawesome/free-solid-svg-icons/faBullhorn";
5+
import { faFileCode } from "@fortawesome/free-solid-svg-icons/faFileCode";
66
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
77
import { Text } from "@moonsworth/text";
88
import router from "next/router";
@@ -66,11 +66,11 @@ import styles from "./downloads.module.css";
6666
</button>
6767
</div>
6868
<div className={styles.downloadItem}>
69-
<img className={styles.downloadIcon} src="/sponge.png" alt="Sponge" />
70-
<span className={styles.downloadTitle}>Sponge</span>
71-
<button className={styles.downloadButton}>
72-
<FontAwesomeIcon icon={faBullhorn} className={styles.downloadButtonIcon} />
73-
<Text>Coming Soon</Text>
69+
<img className={styles.downloadIcon} src="/minestom.png" alt="Minestom" />
70+
<span className={styles.downloadTitle}>Minestom</span>
71+
<button className={styles.downloadButton} onClick={() => router.push("https://lunarclient.dev/apollo/developers/minestom")}>
72+
<FontAwesomeIcon icon={faFileCode} className={styles.downloadButtonIcon} />
73+
<Text>Learn More</Text>
7474
</button>
7575
</div>
7676
<div className={styles.downloadItem}>

docs/public/minestom.png

23.4 KB
Loading

0 commit comments

Comments
 (0)