Skip to content

Commit 0d665a0

Browse files
authored
Merge pull request #242 from zmynx/fix/navbar-logo
fix: navigation bar logo path.
2 parents ce57c60 + 4d073a8 commit 0d665a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/app/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Navbar: React.FC = () => {
99
<div className="flex flex-wrap items-center justify-between">
1010
<div className="flex items-center space-x-2">
1111
<Link to="/" className="text-xl font-bold hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200">
12-
<img src="/logo.svg" alt="Lambda Calculator" className="w-8 h-8 inline mr-2" /> Lambda Calculator
12+
<img src="logo.svg" alt="Lambda Calculator" className="w-8 h-8 inline mr-2" /> Lambda Calculator
1313
</Link>
1414
</div>
1515

0 commit comments

Comments
 (0)