diff --git a/index.html b/index.html
index 9ab8d2a..f3fe019 100644
--- a/index.html
+++ b/index.html
@@ -223,7 +223,7 @@ nav
if (window.shellnavigating) return;
window.dispatchEvent(new Event("viewChange"));
window.shellnavigating = true;
- let id = moly.loadScreen.show("Memuat...","sonar","#content");
+ let id = moly.loadScreen.show("Memuat...","sonar","#main");
$('.item[data-active]').removeAttr("data-active");
$(e.target.closest(".item")).attr("data-active","");
let content = e.target.closest(".item").getAttribute("data-path") ? fetch(`/modules/${e.target.closest(".item").getAttribute("data-path")}.html`).then(d => d.text()).catch(e=>{