diff --git a/routes/_components/NotLoggedInHome.html b/routes/_components/NotLoggedInHome.html index d49172c3..798e1f2f 100644 --- a/routes/_components/NotLoggedInHome.html +++ b/routes/_components/NotLoggedInHome.html @@ -7,7 +7,7 @@
Pinafore is a web client for Mastodon, optimized for speed and simplicity.
-To get started, log in to an instance.
+To get started, log in to an instance.
Don't have an instance? Join Mastodon!
@@ -15,6 +15,7 @@ .banner { display: flex; align-items: center; + margin: 0 0 30px; } svg { width: 70px; diff --git a/routes/_utils/mastodon.js b/routes/_utils/mastodon.js index 880c3ede..95426232 100644 --- a/routes/_utils/mastodon.js +++ b/routes/_utils/mastodon.js @@ -1,5 +1,5 @@ const WEBSITE = 'https://pinafore.social' -const REDIRECT_URI = (typeof location !== 'undefined' ? location.origin : 'https://pinafore.social') + '/settings/add-instance' +const REDIRECT_URI = (typeof location !== 'undefined' ? location.origin : 'https://pinafore.social') + '/settings/instances' const SCOPES = 'read write follow' const CLIENT_NAME = 'Pinafore' diff --git a/routes/settings/_components/SettingsLayout.html b/routes/settings/_components/SettingsLayout.html index 35022d14..4f2bb9b7 100644 --- a/routes/settings/_components/SettingsLayout.html +++ b/routes/settings/_components/SettingsLayout.html @@ -5,6 +5,14 @@Pinafore is open-source software created by Nolan Lawson.
diff --git a/routes/settings/index.html b/routes/settings/index.html index a1c59993..b1f7071c 100644 --- a/routes/settings/index.html +++ b/routes/settings/index.html @@ -6,9 +6,13 @@Log in to your instance to use Pinafore.
+Connect to an instance to start using Pinafore.