Skip to content

Commit b02cff3

Browse files
committed
Update download.mdx
1 parent d85b30b commit b02cff3

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

Website/src/pages/download.mdx

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,23 @@ import styles from "./styles.module.css";
4040
className="alert alert--secondary"
4141
style={{ marginTop: "2rem", marginBottom: "2rem", padding: "1rem" }}
4242
>
43-
<h3>🙏 If you enjoy using NETworkManager...</h3>
44-
<p>
45-
...please consider supporting its development! Whether through a
46-
<strong>donation</strong> or simply <strong>sharing it</strong> with others,
47-
your support helps keep the project going and growing. Thank you for being part of the journey!
48-
</p>
49-
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
50-
<Link
51-
className={`button button--secondary ${styles.additionalButton}`}
52-
style={{ margin: "0" }}
53-
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
54-
target="_blank"
55-
>
56-
💖 Donate
57-
</Link>
43+
<h3>🙏 If you enjoy using NETworkManager...</h3>
44+
<p>
45+
...please consider supporting its development! Whether through a
46+
<strong>donation</strong> or simply <strong>sharing it</strong> with others,
47+
your support helps keep the project going and growing. Thank you for being
48+
part of the journey!
49+
</p>
50+
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
51+
<Link
52+
className={`button button--secondary ${styles.additionalButton}`}
53+
style={{ margin: "0" }}
54+
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
55+
target="_blank"
56+
>
57+
💖 Donate
58+
</Link>
59+
</div>
5860
</div>
5961

6062
<div className={`${styles.shieldsContainer}`}>
@@ -152,7 +154,13 @@ import styles from "./styles.module.css";
152154
</code>
153155
</pre>
154156
<p>
155-
Checksums for each release can be found on <a href="https://github.com/BornToBeRoot/NETworkManager/releases" target="_blank">GitHub Releases </a>.
157+
Checksums for each release can be found on
158+
<a
159+
href="https://github.com/BornToBeRoot/NETworkManager/releases"
160+
target="_blank"
161+
>
162+
GitHub Releases
163+
</a>.
156164
</p>
157165
</div>
158166
</details>

0 commit comments

Comments
 (0)