Skip to content

Commit

Permalink
Docs: Fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Dec 17, 2024
1 parent 56f2441 commit 91320d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</a>
</p>
<p>
<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>
<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>
</p>
</div>

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

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

## 🙏 Donate
## ♥️ Donate

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!

Expand Down
11 changes: 9 additions & 2 deletions Website/src/pages/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,18 @@ Download the latest binaries via GitHub Releases:

<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
<Link
className={`button button--secondary ${styles.additionalButton}`}
className={`button button--primary ${styles.additionalButton}`}
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
target="_blank"
>
♥️ Donate
</Link>
<Link
className={`button button--info ${styles.additionalButton}`}
to="/docs/changelog/2024-11-11-0"
target="_blank"
>
Changelog
📃 Changelog
</Link>
</div>

Expand Down

0 comments on commit 91320d9

Please sign in to comment.