Skip to content

Commit d4b3cc9

Browse files
authored
Update script.ts
show footer in Overview
1 parent 77b057e commit d4b3cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function getSectionMeta(sectionId: string | undefined) {
8787
}
8888

8989
function renderOverview() {
90-
renderLayout(overviewHtml);
90+
renderLayout(overviewHtml, false, false);
9191

9292
const grid = document.getElementById('tools-grid')!;
9393
const searchInput = document.getElementById('search') as HTMLInputElement;

0 commit comments

Comments
 (0)