Skip to content

Commit

Permalink
Fix path to favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed May 10, 2024
1 parent 079133e commit 5e3ab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function App() {
return (
<div className={darkMode.isDarkMode ? 'kuna dark-mode' : 'kuna'}>
<header>
<img src="../favicon.ico" height="24" />
<img src="./favicon.ico" height="24" />
<h1>kuna</h1>
<nav style={{ marginLeft: 10 }}>
<NavLink to="/">Interactive</NavLink>
Expand Down

0 comments on commit 5e3ab01

Please sign in to comment.