aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Invite.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/Invite.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/Invite.js')
-rw-r--r--src/components/auth/Invite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Invite.js b/src/components/auth/Invite.js
index a23af7c6b..aee8b1362 100644
--- a/src/components/auth/Invite.js
+++ b/src/components/auth/Invite.js
@@ -144,7 +144,7 @@ class Invite extends Component {
144 144
145 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}> 145 <form className="franz-form auth__form" onSubmit={e => this.submit(e)}>
146 {!embed && ( 146 {!embed && (
147 <img src="./assets/images/logo.svg" className="auth__logo" alt="" /> 147 <img src="./assets/images/ferdium-icon.svg" className="auth__logo" alt="" />
148 )} 148 )}
149 <h1 className={embed && 'invite__embed'}> 149 <h1 className={embed && 'invite__embed'}>
150 {intl.formatMessage(messages.headline)} 150 {intl.formatMessage(messages.headline)}