From 3d0b9716d6ca7dc6407589427bc9969976a8190b Mon Sep 17 00:00:00 2001 From: alexnatalia Date: Thu, 14 Jul 2022 18:53:54 +0300 Subject: [PATCH] Fixed Receive Misspelling. --- package.json | 2 +- src/components/Icon/consts.ts | 2 +- src/styles/icons.scss | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 45314430..3e1ece37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.33", + "version": "1.0.34", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/components/Icon/consts.ts b/src/components/Icon/consts.ts index 8f2168e1..2128d123 100644 --- a/src/components/Icon/consts.ts +++ b/src/components/Icon/consts.ts @@ -202,7 +202,7 @@ export enum Icons24 { CallCallNumbers = 'call-call-numbers-24', CallCallOutcoming = 'call-call-outcoming-24', CallCallPhone = 'call-call-phone-24', - CallCallRecieved = 'call-call-recieved-24', + CallCallReceived = 'call-call-received-24', CallCallVoicemail = 'call-call-voicemail-24', ChattingComment = 'chatting-comment-24', ChattingCommentChecked = 'chatting-comment-checked-24', diff --git a/src/styles/icons.scss b/src/styles/icons.scss index b6e3fd31..d4c9a0fe 100644 --- a/src/styles/icons.scss +++ b/src/styles/icons.scss @@ -484,7 +484,7 @@ $s-icon-call-call-no-24: "\ea8b"; $s-icon-call-call-numbers-24: "\ea8c"; $s-icon-call-call-outcoming-24: "\ea8d"; $s-icon-call-call-phone-24: "\ea8e"; -$s-icon-call-call-recieved-24: "\ea8f"; +$s-icon-call-call-received-24: "\ea8f"; $s-icon-call-call-voicemail-24: "\ea90"; $s-icon-chatting-comment-24: "\ea91"; $s-icon-chatting-comment-checked-24: "\ea92"; @@ -2948,9 +2948,9 @@ $s-icon-various-toy-horse-24: "\eae9"; content: $s-icon-call-call-phone-24; } } -.s-icon-call-call-recieved-24 { +.s-icon-call-call-received-24 { &:before { - content: $s-icon-call-call-recieved-24; + content: $s-icon-call-call-received-24; } } .s-icon-call-call-voicemail-24 {