diff --git a/_bottomnav.html b/assets/components/_bottomnav.html
similarity index 100%
rename from _bottomnav.html
rename to assets/components/_bottomnav.html
diff --git a/assets/js/global.js b/assets/js/global.js
index b95097f..fa1b2d5 100644
--- a/assets/js/global.js
+++ b/assets/js/global.js
@@ -1,6 +1,6 @@
const parser = new DOMParser();
-fetch("/_bottomnav.html")
+fetch("/assets/components/_bottomnav.html")
.then(response => response.text())
.then(text => {
const bottomNavHTML = parser.parseFromString(text, "text/html");