hide donations bc of paypal suspension

This commit is contained in:
DIVISIONSolar 2024-07-29 20:22:43 -04:00
parent eeee0bdf8c
commit a749f49335
Signed by: JoshS
GPG key ID: A37D037686151E97
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ export default function Navbar() {
<NavLink href="/work" text="Work" /> <NavLink href="/work" text="Work" />
<NavLink href="/about" text="About" /> <NavLink href="/about" text="About" />
<NavLink href="/contact" text="Contact" /> <NavLink href="/contact" text="Contact" />
<NavLink href="/donate" text="Donate" /> {/* <NavLink href="/donate" text="Donate" /> */}
<NavLink href="/certifications" text="Certifications" /> <NavLink href="/certifications" text="Certifications" />
</div> </div>
</nav> </nav>

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "Portfolio-V3", "name": "Portfolio-v3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View file

@ -57,7 +57,7 @@ export default function About() {
{/* <img alt="Rust" src="https://img.shields.io/badge/-Rust-18181b?style=for-the-badge&logo=rust&logoColor=F43F5E" /> */} {/* <img alt="Rust" src="https://img.shields.io/badge/-Rust-18181b?style=for-the-badge&logo=rust&logoColor=F43F5E" /> */}
<img alt="Docker" src="https://img.shields.io/badge/-Docker-18181b?style=for-the-badge&logo=docker&logoColor=F43F5E" /> <img alt="Docker" src="https://img.shields.io/badge/-Docker-18181b?style=for-the-badge&logo=docker&logoColor=F43F5E" />
<img alt="Next.js" src="https://img.shields.io/badge/-Next.js-18181b?style=for-the-badge&logo=next.js&logoColor=F43F5E" /> <img alt="Next.js" src="https://img.shields.io/badge/-Next.js-18181b?style=for-the-badge&logo=next.js&logoColor=F43F5E" />
<img alt="Python" src="https://img.shields.io/badge/-Python-18181b?style=for-the-badge&logo=python&logoColor=F43F5E" /> {/* <img alt="Python" src="https://img.shields.io/badge/-Python-18181b?style=for-the-badge&logo=python&logoColor=F43F5E" /> */}
</div> </div>
</div> </div>
</div> </div>