mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
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:
parent
4edb1364e9
commit
88b1517794
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user