From 25eb047538d4ac90eedbac8822fc87a0f9852a11 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Wed, 1 Sep 2021 22:08:07 +0300 Subject: [PATCH] Social links. Fix Email icon (#121) Signed-off-by: Alexander Platov --- plugins/contact-assets/assets/icons.svg | 3 +-- .../src/components/ChannelsPresenter.svelte | 15 ++++++++++++--- .../src/components/DialogHeader.svelte | 8 +++----- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/plugins/contact-assets/assets/icons.svg b/plugins/contact-assets/assets/icons.svg index fa57de0f4a..98f077a9df 100644 --- a/plugins/contact-assets/assets/icons.svg +++ b/plugins/contact-assets/assets/icons.svg @@ -3,8 +3,7 @@ - - + diff --git a/plugins/contact-resources/src/components/ChannelsPresenter.svelte b/plugins/contact-resources/src/components/ChannelsPresenter.svelte index 77ac54440d..d99758a4dd 100644 --- a/plugins/contact-resources/src/components/ChannelsPresenter.svelte +++ b/plugins/contact-resources/src/components/ChannelsPresenter.svelte @@ -65,7 +65,16 @@ let displayItems: Item[] = [] -{#each displayItems as item} - -{/each} +
+ {#each displayItems as item} + + {/each} +
+ diff --git a/plugins/recruit-resources/src/components/DialogHeader.svelte b/plugins/recruit-resources/src/components/DialogHeader.svelte index d6b0e04366..a18f8b11d8 100644 --- a/plugins/recruit-resources/src/components/DialogHeader.svelte +++ b/plugins/recruit-resources/src/components/DialogHeader.svelte @@ -140,11 +140,9 @@