Skip to content

Commit

Permalink
Merge pull request #21 from neo-ngd/feature/enableneopod
Browse files Browse the repository at this point in the history
for neopod
  • Loading branch information
steven1227 committed Aug 1, 2024
2 parents b1d2ae3 + abef23e commit 9213266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function Navbar() {
<a href="/#features" className="hover:underline">Features</a>
<a href="/#projects" className="hover:underline">Projects</a>
<a href="/#funding" className="hover:underline">Funding</a>
<a href="/#neopod" className="hover:underline">NeoPod</a>
<a href="/#resources" className="hover:underline">Use</a>
<a href="/#releases" className="hover:underline">Releases</a>
<a href="/#news" className="hover:underline">News</a>
Expand Down Expand Up @@ -82,7 +83,9 @@ export default function Navbar() {
<a href="/#features" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">Features</a>
<a href="/#projects" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">Projects</a>
<a href="/#resources" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">Use</a>
<a href="/#funding" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">Funding</a>
<a href="/#releases" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">Releases</a>
<a href="/#neopod" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">NeoPod</a>
<a href="/#news" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">News</a>
<a href="/#contact" onClick={(e)=>{setIsMobileMenuPresented(false)}} className="hover:underline">Contact</a>
<hr className="opacity-20" />
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Home() {
<Projects/>
<Funding/>
<Resources/>
{/* <NeoPod/> */}
<NeoPod/>
<Releases/>
<Blog/>
<News/>
Expand Down

0 comments on commit 9213266

Please sign in to comment.