feat: Updated marketing site
This commit is contained in:
@@ -89,20 +89,16 @@ export default function SetupPage() {
|
||||
|
||||
<Card>
|
||||
<p className="text-sm text-text-secondary">
|
||||
{created.slug} has its own address, and sign-in is kept separate per instance. Continue to your instance's sign-in page and log in with the email and password
|
||||
you just chose.
|
||||
{created.slug} has its own address, and sign-in is kept separate per instance. Continue to your instance's sign-in page and log in with the email and password you just
|
||||
chose.
|
||||
</p>
|
||||
<code className="mt-3 block overflow-x-auto rounded bg-surface-2 px-2 py-1.5 font-mono text-xs text-text-primary">{created.loginUrl}</code>
|
||||
|
||||
<div className="mt-4 rounded border border-border p-3">
|
||||
<p className="text-xs text-text-tertiary">Instance ID — needed to activate a licence</p>
|
||||
<p className="text-xs text-text-tertiary">Instance ID needed to activate a licence</p>
|
||||
<div className="mt-1 flex items-center gap-2">
|
||||
<code className="overflow-x-auto font-mono text-xs text-text-primary">{created.instanceId}</code>
|
||||
<button
|
||||
type="button"
|
||||
className="text-xs underline"
|
||||
onClick={() => navigator.clipboard.writeText(created.instanceId)}
|
||||
>
|
||||
<button type="button" className="text-xs underline" onClick={() => navigator.clipboard.writeText(created.instanceId)}>
|
||||
Copy
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user