diff --git a/web/explorer/src/components/NavBar.vue b/web/explorer/src/components/NavBar.vue
index 1c19291e5..da80b6e74 100644
--- a/web/explorer/src/components/NavBar.vue
+++ b/web/explorer/src/components/NavBar.vue
@@ -1,6 +1,8 @@
@@ -13,8 +15,9 @@ import { RouterLink } from "vue-router";
+
+
+ OR
+
+
+ OR
+
-
- OR
-
-
- OR
-
-
-
-
-
-
-
- OR
-
-
- OR
-
+
+
+
-
-
-
+
+ OR
+
+
+ OR
+
+
+
+
+
@@ -65,9 +71,17 @@ import FloatLabel from "primevue/floatlabel";
import InputText from "primevue/inputtext";
import Button from "primevue/button";
+import { useRouter } from "vue-router";
+const router = useRouter();
+
const loadURL = ref("");
+const isBundle = import.meta.env.MODE === "bundle";
+
+defineEmits(["load-from-local", "load-from-url"]);
-defineEmits(["load-from-local", "load-from-url", "load-demo-static", "load-demo-dynamic"]);
+const dynamicURL =
+ "https://raw.githubusercontent.com/mandiant/capa-testfiles/master/rd/0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz";
+const staticURL = "https://raw.githubusercontent.com/mandiant/capa-testfiles/master/rd/al-khaser_x64.exe_.json";