Skip to content

Commit

Permalink
Fix header logo URL (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
samglover authored Sep 10, 2024
1 parent 2869eaa commit 1d1df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function NavigationBar() {
<div className="container">
<Link href="/" className="navbar-brand d-flex align-items-center">
<Image
src="/lit-lab-torch-inverted.svg"
src="../../lit-lab-torch-inverted.svg"
alt="LIT Lab logo"
className={styles.NavLogo + ' logo-image me-2'}
height={263.32}
Expand Down

0 comments on commit 1d1df71

Please sign in to comment.