Skip to content

Commit 802d21e

Browse files
authored
Gh page feature test (#20)
2 parents 3b298bf + 2327084 commit 802d21e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/snl-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function closeAbout(){
290290
const aboutBody=document.getElementById('dial-about');
291291

292292
function showAbout(){
293-
aboutBody.scrollTop = 0;
293+
aboutBody.scroll(0,0);
294294
if(about.classList.contains('hidden'))
295295
{
296296
about.classList.toggle('hidden');

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
7-
7+
<!-- favicon -->
8+
<link rel="icon" type="image/x-icon" href="/fav.ico">
9+
810
<!-- Google / Search Engine Tags -->
911
<meta itemprop="name" content="Docs -First Accord" />
1012
<meta itemprop="description" content="Explore the comprehensive guide on how to contribute to First Accord. Learn about participation guidelines, contribution steps, and collaboration tools to make a meaningful impact" />

0 commit comments

Comments
 (0)