Skip to content

Commit 9b7e27b

Browse files
committed
Fix URL reference
1 parent 3f70481 commit 9b7e27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Home: React.FC<HomeProps> = (props: HomeProps) => {
4646
{/* Header with favicon and title */}
4747
<div className="text-center mb-8">
4848
<img
49-
src="/favicon.svg"
49+
src="./favicon.svg"
5050
alt="Tech Tree"
5151
className="w-16 h-16 mx-auto mb-4"
5252
/>

0 commit comments

Comments
 (0)