We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f70481 commit 9b7e27bCopy full SHA for 9b7e27b
src/Home.tsx
@@ -46,7 +46,7 @@ const Home: React.FC<HomeProps> = (props: HomeProps) => {
46
{/* Header with favicon and title */}
47
<div className="text-center mb-8">
48
<img
49
- src="/favicon.svg"
+ src="./favicon.svg"
50
alt="Tech Tree"
51
className="w-16 h-16 mx-auto mb-4"
52
/>
0 commit comments