fix(explorer): unify header and dark mode theme with global standard
This commit is contained in:
@@ -61,7 +61,6 @@ function render(): void {
|
||||
const page = routes[normalizedPath] ?? null;
|
||||
|
||||
root.innerHTML = `
|
||||
${siteHeader(page?.title ?? "Explorer")}
|
||||
<main class="page">${(page ?? notFoundPageConfig).render()}</main>
|
||||
${siteFooter()}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user