Commit 88b15177 by Uchechukwu Obasi Committed by GitHub

Icon: Changed the icon for signing in (#29530)

* Icon: changed the icon for signing in

Signed-off-by: Uchechukwu Obasi <obasiuche62@gmail.com>

* fixes test-frontend (I hope)
parent 4edb1364
......@@ -34,6 +34,7 @@ export type IconName =
| 'exclamation-triangle'
| 'times'
| 'signin'
| 'signout'
| 'cloud-upload'
| 'step-backward'
| 'square-shape'
......
......@@ -12,7 +12,7 @@ export const SignIn: FC<any> = ({ url }) => {
<div className="sidemenu-item">
<a href={forcedLoginUrl} className="sidemenu-link" target="_self">
<span className="icon-circle sidemenu-icon">
<Icon name="sign-in-alt" size="xl" />
<Icon name="signout" size="xl" />
</span>
</a>
<a href={forcedLoginUrl} target="_self">
......
......@@ -13,7 +13,7 @@ exports[`Render should render component 1`] = `
className="icon-circle sidemenu-icon"
>
<Icon
name="sign-in-alt"
name="signout"
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