aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Import.js
diff options
context:
space:
mode:
authorLibravatar Fernando Figueiredo <fernando.fig@gmail.com>2022-04-22 20:38:22 -0300
committerLibravatar GitHub <noreply@github.com>2022-04-22 23:38:22 +0000
commit8e3949173e22b64f101babdab3c06b8378750233 (patch)
treed17cf402791586b5832feffbac58b27f4602acdd /src/components/auth/Import.js
parentTurn off usage of 'debug' npm package using with electron-16 (fixes #17) (diff)
downloadferdium-app-8e3949173e22b64f101babdab3c06b8378750233.tar.gz
ferdium-app-8e3949173e22b64f101babdab3c06b8378750233.tar.zst
ferdium-app-8e3949173e22b64f101babdab3c06b8378750233.zip
Complete tray icons redesign for all platforms (#28)
Diffstat (limited to 'src/components/auth/Import.js')
-rw-r--r--src/components/auth/Import.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index 4f3d44049..281ceda97 100644
--- a/src/components/auth/Import.js
+++ b/src/components/auth/Import.js
@@ -89,7 +89,7 @@ class Import extends Component {
89 className="franz-form auth__form" 89 className="franz-form auth__form"
90 onSubmit={e => this.submit(e)} 90 onSubmit={e => this.submit(e)}
91 > 91 >
92 <img src="./assets/images/ferdium-icon.svg" className="auth__logo" alt="" /> 92 <img src="./assets/images/logo.svg" className="auth__logo" alt="" />
93 <h1>{intl.formatMessage(messages.headline)}</h1> 93 <h1>{intl.formatMessage(messages.headline)}</h1>
94 <table className="service-table available-services"> 94 <table className="service-table available-services">
95 <tbody> 95 <tbody>