Skip to content

Commit 91320d9

Browse files
committed
Docs: Fix navigation
1 parent 56f2441 commit 91320d9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</a>
5454
</p>
5555
<p>
56-
<a href="#-download">Download</a> • <a href="#-changelog">Changelog</a> • <a href="#-documentation">Documentation</a> • <a href="#-contributing">Contributing</a> • <a href="#-build">Build</a> • <a href="#-license">License</a>
56+
<a href="#-download">Download</a> • <a href="#-donate">Donate</a> • <a href="#-changelog">Changelog</a> • <a href="#-documentation">Documentation</a> • <a href="#-contributing">Contributing</a> • <a href="#-build">Build</a> • <a href="#-license">License</a>
5757
</p>
5858
</div>
5959

@@ -91,7 +91,7 @@ In addition, NETworkManager is also available through the following [package man
9191

9292
Evergreen PowerShell module: <https://github.com/aaronparker/evergreen>
9393

94-
## 🙏 Donate
94+
## ♥️ Donate
9595

9696
NETworkManager is open-source and provided for free, without any ads. I'm developing it in my spare time. If you like the project and want to support it, you can donate a few coins so I can buy a coffee :coffee: or a beer :beer:. Feel free to leave a star and share the project with your friends and colleagues. Thank you!
9797

Website/src/pages/download.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,18 @@ Download the latest binaries via GitHub Releases:
6161

6262
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
6363
<Link
64-
className={`button button--secondary ${styles.additionalButton}`}
64+
className={`button button--primary ${styles.additionalButton}`}
65+
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
66+
target="_blank"
67+
>
68+
♥️ Donate
69+
</Link>
70+
<Link
71+
className={`button button--info ${styles.additionalButton}`}
6572
to="/docs/changelog/2024-11-11-0"
6673
target="_blank"
6774
>
68-
Changelog
75+
📃 Changelog
6976
</Link>
7077
</div>
7178

0 commit comments

Comments
 (0)