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)
This commit is contained in:
Uchechukwu Obasi
2020-12-02 13:50:53 +01:00
committed by GitHub
parent 4edb1364e9
commit 88b1517794
3 changed files with 3 additions and 2 deletions

View File

@@ -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">

View File

@@ -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>