From d323b2d5001ec524d6680089058e8e435f646c27 Mon Sep 17 00:00:00 2001 From: Marcus Feitoza Date: Sun, 5 Apr 2020 13:18:39 -0300 Subject: [PATCH] feat(uishell): add utilitylink --- .../UIShell/UIShellNav/UtilityLink.svelte | 76 ++----------------- 1 file changed, 8 insertions(+), 68 deletions(-) diff --git a/src/components/UIShell/UIShellNav/UtilityLink.svelte b/src/components/UIShell/UIShellNav/UtilityLink.svelte index 5cd9c0ee..230dee30 100644 --- a/src/components/UIShell/UIShellNav/UtilityLink.svelte +++ b/src/components/UIShell/UIShellNav/UtilityLink.svelte @@ -1,29 +1,10 @@ -{#if type === leftPanelTypes.link} - - - -{:else} - - {#if linkIsActive && type === leftPanelTypes.links} -
- -
- {/if} -{/if} + + +