Skip to content

Commit 3f59ee9

Browse files
committed
Update download.mdx
1 parent 9f45a5d commit 3f59ee9

File tree

1 file changed

+45
-46
lines changed

1 file changed

+45
-46
lines changed

Website/src/pages/download.mdx

Lines changed: 45 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ import styles from "./styles.module.css";
88

99
# Download
1010

11-
Version: **2025.1.18.0**<br />
12-
Release date: **18.01.2025**
11+
<div style={{ display: "flex", justifyContent: "space-between" }}>
12+
<div>
13+
<h3>2025.1.18.0</h3>
14+
</div>
15+
<div>18.01.2025></div>
16+
</div>
1317

1418
Download the latest binaries via GitHub Releases:
1519

@@ -38,48 +42,44 @@ Download the latest binaries via GitHub Releases:
3842
className="alert alert--secondary"
3943
style={{ marginTop: "2rem", marginBottom: "2rem", padding: "1rem" }}
4044
>
41-
<h3>🙏 Enjoying NETworkManager?</h3>
42-
<p>
43-
If you find <strong>NETworkManager</strong> helpful, please consider
44-
supporting the project! Your <strong>donation</strong> or a simple{" "}
45-
<strong>share</strong> helps keep the project alive and enables further
46-
development and improvements.
47-
</p>
48-
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
49-
<Link
50-
className={`button button--secondary ${styles.additionalButton}`}
51-
style={{ margin: "0" }}
52-
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
53-
target="_blank"
54-
>
55-
💖 Donate
56-
</Link>
57-
</div>
45+
<h3>🙏 If you enjoy using NETworkManager...</h3>
46+
<p>
47+
...please consider supporting its development! Whether through a
48+
<strong>donation</strong> or simply <strong>sharing it</strong> with others,
49+
your support helps keep the project going and growing. Thank you for being part of the journey!
50+
</p>
51+
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
52+
<Link
53+
className={`button button--secondary ${styles.additionalButton}`}
54+
style={{ margin: "0" }}
55+
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
56+
target="_blank"
57+
>
58+
💖 Donate
59+
</Link>
5860
</div>
5961

6062
<div className={`${styles.shieldsContainer}`}>
61-
<p>
62-
<a
63-
className={`${styles.shields}`}
64-
href="https://github.com/BornToBeroot/NETworkManager/releases"
65-
target="_blank"
66-
>
67-
<img
68-
alt="All releases"
69-
src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/total.svg?style=for-the-badge&logo=github"
70-
/>
71-
</a>
72-
<a
73-
className={`${styles.shields}`}
74-
href="https://github.com/BornToBeroot/NETworkManager/releases/latest"
75-
target="_blank"
76-
>
77-
<img
78-
alt="Latest release"
79-
src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/latest/total.svg?style=for-the-badge&logo=github"
80-
/>
81-
</a>
82-
</p>
63+
<a
64+
className={`${styles.shields}`}
65+
href="https://github.com/BornToBeroot/NETworkManager/releases"
66+
target="_blank"
67+
>
68+
<img
69+
alt="All releases"
70+
src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/total.svg?style=for-the-badge&logo=github"
71+
/>
72+
</a>
73+
<a
74+
className={`${styles.shields}`}
75+
href="https://github.com/BornToBeroot/NETworkManager/releases/latest"
76+
target="_blank"
77+
>
78+
<img
79+
alt="Latest release"
80+
src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/latest/total.svg?style=for-the-badge&logo=github"
81+
/>
82+
</a>
8383
</div>
8484

8585
<div className={`${styles.centerButtonContainer}`}>
@@ -125,7 +125,7 @@ Download the latest binaries via GitHub Releases:
125125
<details>
126126
<summary>Checksums</summary>
127127
<div>
128-
<p>Checksums [SHA-256] for the latest release:</p>
128+
<p>SHA-256 checksums for the latest release:</p>
129129
<p>
130130
<b>Setup</b> (MSI-Installer)
131131
<pre>
@@ -146,22 +146,21 @@ Download the latest binaries via GitHub Releases:
146146
</code>
147147
</pre>
148148
</p>
149-
<p>Verify the file hash with the following PowerShell command:</p>
149+
<p>You can verify the checksum with the following PowerShell command:</p>
150150
<pre>
151151
<code class="language-powershell">
152152
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi
153153
-Algorithm SHA256
154154
</code>
155155
</pre>
156156
<p>
157-
Checksums for each release can be found on{" "}
157+
Checksums for each release can be found on
158158
<a
159159
href="https://github.com/BornToBeRoot/NETworkManager/releases"
160160
target="_blank"
161161
>
162162
GitHub Releases
163-
</a>{" "}
164-
section.
163+
</a>.
165164
</p>
166165
</div>
167166
</details>

0 commit comments

Comments
 (0)