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 ed54e07 commit e4c7832Copy full SHA for e4c7832
demo/index.html
@@ -10,7 +10,7 @@
10
<meta name="title" content="React Scroll Lock Component" />
11
<meta name="description" content="A React component wrapper that restricts scrolling capabilities of everything except for its children.">
12
<title>React Scroll Lock Component - Teddy Ortega</title>
13
- <link rel='shortcut icon' href='favicon.ico' type='image/x-icon' />
+ <link rel='shortcut icon' href='./favicon.ico' type='image/x-icon' />
14
</head>
15
<body>
16
<div id="app"></div>
0 commit comments