Skip to content

Commit

Permalink
fix(pathway):fix-build-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 10, 2023
1 parent f86cf56 commit 3728d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Pathway/components/Navbar/menubar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Menubar() {
return (
<div ref={navbar} className={styles.menu_bar}>
<div className={styles.logo}>
<a href=""><img src={img4} alt="Logo" /></a>
<a href="#"><img src={img4} alt="Logo" /></a>
</div>
<div className={styles.menu}>
<a href="#heroSection">Home</a>
Expand All @@ -31,7 +31,7 @@ export default function Menubar() {
<a href="#about">About Pathway</a>
</div>
<div className={styles.pre_rg}>
<a href="">
<a href="#">
<img src={pre} alt="Pre-register" />
Pre-register
</a>
Expand Down

0 comments on commit 3728d3b

Please sign in to comment.