Skip to content

Commit

Permalink
change navbar logo from src link to local img
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni Vaishnav committed May 31, 2024
1 parent 11e799d commit 5695673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function WCSNavbar() {
<div className={styles.container}>
<Link className={styles.logo} href="/">
<img
src="https://points.illinoiswcs.org/assets/logo-9d49d730.png"
src="/assets/img/wcs/logo.png"
width="140"
/>
</Link>
Expand Down

0 comments on commit 5695673

Please sign in to comment.