mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
[ci] yarn format
This commit is contained in:
parent
325e8cba2d
commit
cd8b438c08
1 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ function onScroll() {
|
|||
}
|
||||
|
||||
const hide = () => {
|
||||
nav.classList.add('hidden')
|
||||
nav.classList.add('hidden');
|
||||
document.documentElement.classList.add('scrolled');
|
||||
document.documentElement.classList.remove('initial');
|
||||
};
|
||||
const show = () => {
|
||||
nav.classList.remove('hidden');
|
||||
document.documentElement.classList.remove('scrolled');
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue