diff --git a/src/components/left/main/LeftMainHeader.tsx b/src/components/left/main/LeftMainHeader.tsx index 221673841..975103971 100644 --- a/src/components/left/main/LeftMainHeader.tsx +++ b/src/components/left/main/LeftMainHeader.tsx @@ -52,6 +52,9 @@ type DispatchProps = Pick = ({ content, contactsFilter, @@ -221,6 +224,18 @@ const LeftMainHeader: FC = ({ > Report Bug + + Switch to WebK + + + Switch to Webogram + = (props) => { const content = ( <> {icon && ( - + )} {children} diff --git a/src/styles/icons.scss b/src/styles/icons.scss index 9ed4d0285..c9dbd538b 100644 --- a/src/styles/icons.scss +++ b/src/styles/icons.scss @@ -22,6 +22,16 @@ -moz-osx-font-smoothing: grayscale; } +[class^="icon-char-"], [class*=" icon-char-"] { + &::before { + font-family: Roboto, "Helvetica Neue", sans-serif; + content: attr(data-char); + width: 1.5rem; + text-align: center; + display: block; + } +} + .icon-bug:before { content: "\e97e"; }