File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,16 +348,13 @@ onMounted(loadAsset);
348348 >
349349 <div class =" min-w-0" >
350350 <div
351- class =" flex min-w-0 items-center gap-2 text-xs font-medium uppercase tracking-[0.12em] text-[var(--app-muted)]"
351+ class =" flex min-w-0 items-center gap-2 text-xs font-medium tracking-[0.12em] text-[var(--app-muted)]"
352352 >
353353 <UIcon name="i-lucide-plug" class="size-4 shrink-0" />
354354 <span class =" shrink-0" >{{ t("ContextMenu.Connect") }}</span >
355- <span class =" truncate font-ui-mono" >{{ props.tab.address }}</span >
356- <span
357- v-if =" draftProtocol"
358- class =" shrink-0 rounded bg-[var(--app-hover-soft)] px-1.5 py-0.5 text-[10px] uppercase"
359- >
360- {{ draftProtocol }}
355+ <span class =" truncate font-ui-mono" >- {{ props.tab.address }}</span >
356+ <span class =" shrink-0 rounded bg-[var(--app-hover-soft)] px-1.5 py-0.5 text-[10px] uppercase" >
357+ {{ title }}
361358 </span >
362359 </div >
363360 </div >
You can’t perform that action at this time.
0 commit comments