hide donations bc of paypal suspension
This commit is contained in:
parent
eeee0bdf8c
commit
a749f49335
3 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ export default function Navbar() {
|
|||
<NavLink href="/work" text="Work" />
|
||||
<NavLink href="/about" text="About" />
|
||||
<NavLink href="/contact" text="Contact" />
|
||||
<NavLink href="/donate" text="Donate" />
|
||||
{/* <NavLink href="/donate" text="Donate" /> */}
|
||||
<NavLink href="/certifications" text="Certifications" />
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Portfolio-V3",
|
||||
"name": "Portfolio-v3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -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="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="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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue