diff --git a/src/components/UIShell/GlobalHeader/HeaderAction.svelte b/src/components/UIShell/GlobalHeader/HeaderAction.svelte index b20e513a..5aa42515 100644 --- a/src/components/UIShell/GlobalHeader/HeaderAction.svelte +++ b/src/components/UIShell/GlobalHeader/HeaderAction.svelte @@ -2,6 +2,7 @@ export let type = undefined; export let icon = undefined; export let isOpen = undefined; + export let text = undefined; let elRigthPanel = undefined; @@ -18,17 +19,39 @@ } + +
{#if isOpen}
{/if} -
+ \ No newline at end of file diff --git a/src/components/UIShell/GlobalHeader/HeaderActionLink.svelte b/src/components/UIShell/GlobalHeader/HeaderActionLink.svelte index 230dee30..40c4a473 100644 --- a/src/components/UIShell/GlobalHeader/HeaderActionLink.svelte +++ b/src/components/UIShell/GlobalHeader/HeaderActionLink.svelte @@ -29,4 +29,4 @@ class:action-link={true} {href}> - + \ No newline at end of file