We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b057e commit d4b3cc9Copy full SHA for d4b3cc9
src/script.ts
@@ -87,7 +87,7 @@ function getSectionMeta(sectionId: string | undefined) {
87
}
88
89
function renderOverview() {
90
- renderLayout(overviewHtml);
+ renderLayout(overviewHtml, false, false);
91
92
const grid = document.getElementById('tools-grid')!;
93
const searchInput = document.getElementById('search') as HTMLInputElement;
0 commit comments