Skip to content

Commit e4c7832

Browse files
committed
relative path to favicon
1 parent ed54e07 commit e4c7832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="title" content="React Scroll Lock Component" />
1111
<meta name="description" content="A React component wrapper that restricts scrolling capabilities of everything except for its children.">
1212
<title>React Scroll Lock Component - Teddy Ortega</title>
13-
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon' />
13+
<link rel='shortcut icon' href='./favicon.ico' type='image/x-icon' />
1414
</head>
1515
<body>
1616
<div id="app"></div>

0 commit comments

Comments
 (0)