Skip to content

Commit 59b7e37

Browse files
committed
Fix format
1 parent 87ccaf4 commit 59b7e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/common/BasicScripts.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import { UI } from 'astrowind:config';
7070
}
7171

7272
Observer.removeAnimationDelay();
73-
73+
7474
document.documentElement.classList.toggle('dark');
7575
localStorage.theme = document.documentElement.classList.contains('dark') ? 'dark' : 'light';
7676
});
@@ -262,7 +262,7 @@ import { UI } from 'astrowind:config';
262262
el.style.transitionDelay = '';
263263
el.style.animationDelay = '';
264264
}
265-
});
265+
});
266266
},
267267
};
268268

0 commit comments

Comments
 (0)