aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Login.js
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-04-21 12:12:40 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-21 18:21:03 -0500
commitc011b9df5ffbfe885737e5838c497277d232a350 (patch)
tree899c8d6b189f85376bb080ad58d522f71eeecbef /src/components/auth/Login.js
parent6.0.0-nightly.3 [skip ci] (diff)
downloadferdium-app-c011b9df5ffbfe885737e5838c497277d232a350.tar.gz
ferdium-app-c011b9df5ffbfe885737e5838c497277d232a350.tar.zst
ferdium-app-c011b9df5ffbfe885737e5838c497277d232a350.zip
Branding: Changed the tray and top icons
Diffstat (limited to 'src/components/auth/Login.js')
-rw-r--r--src/components/auth/Login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js
index 3c9c07f0d..7f2cc91a7 100644
--- a/src/components/auth/Login.js
+++ b/src/components/auth/Login.js
@@ -116,7 +116,7 @@ class Login extends Component {
116 return ( 116 return (
117 <div className="auth__container"> 117 <div className="auth__container">
118 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}> 118 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}>
119 <Link to='/auth/welcome'><img src="./assets/images/logo.svg" className="auth__logo" alt="" /></Link> 119 <Link to='/auth/welcome'><img src="./assets/images/ferdium-icon.svg" className="auth__logo" alt="" /></Link>
120 <h1>{intl.formatMessage(messages.headline)}</h1> 120 <h1>{intl.formatMessage(messages.headline)}</h1>
121 {isTokenExpired && ( 121 {isTokenExpired && (
122 <p className="error-message center"> 122 <p className="error-message center">