Skip to content

Commit 9feb3ea

Browse files
authored
Fixed Receive Misspelling. (#444)
1 parent dc3a59a commit 9feb3ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soramitsu/soramitsu-js-ui",
3-
"version": "1.0.33",
3+
"version": "1.0.34",
44
"private": false,
55
"publishConfig": {
66
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"

src/components/Icon/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export enum Icons24 {
202202
CallCallNumbers = 'call-call-numbers-24',
203203
CallCallOutcoming = 'call-call-outcoming-24',
204204
CallCallPhone = 'call-call-phone-24',
205-
CallCallRecieved = 'call-call-recieved-24',
205+
CallCallReceived = 'call-call-received-24',
206206
CallCallVoicemail = 'call-call-voicemail-24',
207207
ChattingComment = 'chatting-comment-24',
208208
ChattingCommentChecked = 'chatting-comment-checked-24',

src/styles/icons.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ $s-icon-call-call-no-24: "\ea8b";
484484
$s-icon-call-call-numbers-24: "\ea8c";
485485
$s-icon-call-call-outcoming-24: "\ea8d";
486486
$s-icon-call-call-phone-24: "\ea8e";
487-
$s-icon-call-call-recieved-24: "\ea8f";
487+
$s-icon-call-call-received-24: "\ea8f";
488488
$s-icon-call-call-voicemail-24: "\ea90";
489489
$s-icon-chatting-comment-24: "\ea91";
490490
$s-icon-chatting-comment-checked-24: "\ea92";
@@ -2948,9 +2948,9 @@ $s-icon-various-toy-horse-24: "\eae9";
29482948
content: $s-icon-call-call-phone-24;
29492949
}
29502950
}
2951-
.s-icon-call-call-recieved-24 {
2951+
.s-icon-call-call-received-24 {
29522952
&:before {
2953-
content: $s-icon-call-call-recieved-24;
2953+
content: $s-icon-call-call-received-24;
29542954
}
29552955
}
29562956
.s-icon-call-call-voicemail-24 {

0 commit comments

Comments
 (0)