aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-22 12:03:10 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-22 12:03:10 +0200
commitdf67b6e6adefc9a603e9568a3979881ba98fd3fa (patch)
tree978c4456e8d5ce9926314faf1b31f308ed9ff708 /src/components/auth
parentRemove duplicate features list (diff)
downloadferdium-app-df67b6e6adefc9a603e9568a3979881ba98fd3fa.tar.gz
ferdium-app-df67b6e6adefc9a603e9568a3979881ba98fd3fa.tar.zst
ferdium-app-df67b6e6adefc9a603e9568a3979881ba98fd3fa.zip
Improve onboarding experience
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/Welcome.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/auth/Welcome.js b/src/components/auth/Welcome.js
index 6e0345e32..2b689db3b 100644
--- a/src/components/auth/Welcome.js
+++ b/src/components/auth/Welcome.js
@@ -51,6 +51,17 @@ export default @observer class Login extends Component {
51 <Link to={loginRoute} className="button"> 51 <Link to={loginRoute} className="button">
52 {intl.formatMessage(messages.loginButton)} 52 {intl.formatMessage(messages.loginButton)}
53 </Link> 53 </Link>
54 <br /><br />
55
56 <Link to="settings/app">
57 <span style={{
58 textAlign: 'center',
59 width: '100%',
60 cursor: 'pointer'
61 }}>
62 Change server
63 </span>
64 </Link>
54 </div> 65 </div>
55 <div className="welcome__featured-services"> 66 <div className="welcome__featured-services">
56 {recipes.map(recipe => ( 67 {recipes.map(recipe => (