Commit 1c750169 by Ivana Huckova Committed by GitHub

Icon: Update sigin icon (#23933)

parent 7af0d1e8
......@@ -53,7 +53,6 @@ export type IconName =
| 'circle'
| 'arrow-up'
| 'arrow-from-right'
| 'arrow-from-left'
| 'keyboard'
| 'search'
| 'chart-line'
......@@ -166,7 +165,6 @@ export const getAvailableIcons = (): IconName[] => [
'circle',
'arrow-up',
'arrow-from-right',
'arrow-from-left',
'keyboard',
'search',
'chart-line',
......
......@@ -9,7 +9,7 @@ export const SignIn: FC<any> = ({ url }) => {
<div className="sidemenu-item">
<a href={loginUrl} className="sidemenu-link" target="_self">
<span className="icon-circle sidemenu-icon">
<Icon name="arrow-from-left" size="xl" />
<Icon name="sign-in-alt" size="xl" />
</span>
</a>
<a href={loginUrl} target="_self">
......
......@@ -13,7 +13,7 @@ exports[`Render should render component 1`] = `
className="icon-circle sidemenu-icon"
>
<Icon
name="arrow-from-left"
name="sign-in-alt"
size="xl"
/>
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment