chore: Add a new line at the end of theme.js for consistency
This commit is contained in:
@@ -33,3 +33,4 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
const current = document.documentElement.getAttribute('data-theme') || 'dark';
|
const current = document.documentElement.getAttribute('data-theme') || 'dark';
|
||||||
updateThemeButton(current);
|
updateThemeButton(current);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user