diff --git a/components/AccountDropdown.vue b/components/AccountDropdown.vue
new file mode 100644
index 0000000..c209021
--- /dev/null
+++ b/components/AccountDropdown.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+ -
+
+
+
+ Account
+
+
+
+ -
+
+
+
+ Disconnect
+
+
+
+
+
+
+
+
+
+
diff --git a/components/Navbar.vue b/components/Navbar.vue
index a706938..290fae7 100644
--- a/components/Navbar.vue
+++ b/components/Navbar.vue
@@ -31,7 +31,7 @@
(checked ? startSimulation() : stopSimulation())"
- :checked="!! forkId"
+ :checked="!!forkId"
:loading="loading"
class="ml-4 border-l pl-4"
label="Simulation Mode"
@@ -42,25 +42,11 @@
-
-
-
-
+
+
@@ -79,7 +65,7 @@ export default defineComponent({
startSimulation,
stopSimulation,
forkId,
- loading,
+ loading
} = useTenderly();
return {
@@ -90,7 +76,7 @@ export default defineComponent({
startSimulation,
stopSimulation,
forkId,
- loading,
+ loading
};
}
});