From 15f1d3e608d8c03c98fc70276a818147caa3c62f Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 7 May 2026 23:33:17 +0200 Subject: [PATCH] idp landing: link to solidproject.org/apps next to pilot (#364) The "Sign in from a Solid app" hint already calls out pilot as a quick starter; add a parallel link to the directory at solidproject.org/apps so users have somewhere to go after they've outgrown the example. One sentence appended, same target/rel pattern, no layout change. --- src/idp/views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idp/views.js b/src/idp/views.js index 6cc96e1f..26d1600f 100644 --- a/src/idp/views.js +++ b/src/idp/views.js @@ -620,7 +620,7 @@ export function landingPage(ctx = {}) { : 'Create Account'}
- ${singleUser ? 'Sign in' : 'Already have an account?'} ${singleUser ? 'from' : 'Sign in from'} a Solid app — for example, pilot is a minimal console you can open right now. Point it at this server and click Sign In. + ${singleUser ? 'Sign in' : 'Already have an account?'} ${singleUser ? 'from' : 'Sign in from'} a Solid app — for example, pilot is a minimal console you can open right now. Point it at this server and click Sign In. Or browse other Solid apps.
${issuer ? `
Issuer: ${escapeHtml(issuer.replace(/\/$/, ''))}
` : ''}