diff --git a/webui/src/components/display/UpLink.svelte b/webui/src/components/display/UpLink.svelte index 8a47002..2192304 100644 --- a/webui/src/components/display/UpLink.svelte +++ b/webui/src/components/display/UpLink.svelte @@ -10,6 +10,7 @@ export let passthrough = false; export let title: string | undefined = undefined; + export let text = false; export let to: { entity?: Address; attribute?: string; @@ -60,6 +61,7 @@
-

{$i18n.t("Roots")}

+

+ {$i18n.t("Roots")} +

{#await roots} {:then data} @@ -208,7 +211,9 @@ {#await keyed then data} {#if data}
-

{$i18n.t("Keyed")}

+

+ {$i18n.t("Keyed")} +

    {#each data as address}