@@ -17,19 +17,19 @@ import styles from "./styles.module.css";
1717
1818<div className = { ` ${styles .centerButtonContainer } margin-bottom--lg ` } >
1919 <Link
20- className = { ` button button--primary ${styles .downloadButton } ` }
20+ className = { ` button button--primary button--outline ${styles .downloadButton } ` }
2121 to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Setup.msi"
2222 >
2323 Setup
2424 </Link >
2525 <Link
26- className = { ` button button--info ${styles .downloadButton } ` }
26+ className = { ` button button--info button--outline ${styles .downloadButton } ` }
2727 to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Portable.zip"
2828 >
2929 Portable
3030 </Link >
3131 <Link
32- className = { ` button button--info ${styles .downloadButton } ` }
32+ className = { ` button button--info button--outline ${styles .downloadButton } ` }
3333 to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Archive.zip"
3434 >
3535 Archive
@@ -61,11 +61,11 @@ import styles from "./styles.module.css";
6161
6262<div className = { ` ${styles .centerButtonContainer } ` } >
6363 <Link
64- className = { ` button button--secondary ${styles .additionalButton } ` }
64+ className = { ` button button--secondary button--outline ${styles .additionalButton } ` }
6565 to = " /docs/changelog/2025-1-18-0"
6666 target = " _blank"
6767 >
68- 📃 Changelog
68+ 📃 What's new?
6969 </Link >
7070</div >
7171
@@ -82,7 +82,7 @@ import styles from "./styles.module.css";
8282 </p >
8383 <div style = { { display: " flex" , gap: " 1rem" , marginTop: " 1rem" }} >
8484 <Link
85- className = { ` button button--info ${styles .additionalButton } ` }
85+ className = { ` button button--info button--outline ${styles .additionalButton } ` }
8686 style = { { margin: " 0" , textDecoration: " none" }}
8787 to = " https://github.com/BornToBeRoot/NETworkManager#-donate"
8888 target = " _blank"
0 commit comments