diff --git a/packages/builder/src/components/common/NavItem.svelte b/packages/builder/src/components/common/NavItem.svelte
index 6e16879bc2..0f8ec43669 100644
--- a/packages/builder/src/components/common/NavItem.svelte
+++ b/packages/builder/src/components/common/NavItem.svelte
@@ -1,6 +1,6 @@
{
- const size = textRef.getBoundingClientRect()
- dispatch("mouseover", size.width)
- }}
ondragover="return false"
ondragenter="return false"
>
- {#if withArrow}
-
-
-
- {/if}
+
+ {#if withArrow}
+
+
+
+ {/if}
-
- {#if iconText}
-
- {iconText}
-
- {:else if icon}
-
-
-
- {/if}
-
{text}
- {#if withActions}
-
-
-
- {/if}
+
+ {#if iconText}
+
+ {iconText}
+
+ {:else if icon}
+
+
+
+ {/if}
+
{text}
+ {#if withActions}
+
+
+
+ {/if}
+