feat: Updated site
Server Deploy / deploy (push) Successful in 2m23s

This commit is contained in:
2026-07-24 11:50:11 +01:00
parent b74cd10dfc
commit fd32c96d86
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export default function SetupPage() {
{message && <div className="rounded-lg border border-danger/30 bg-danger/10 px-3 py-2 text-sm text-danger">{message}</div>}
<Button type="submit" variant="primary" loading={isPending} className="w-full justify-center">
Create Organization
Setup Instance
</Button>
</form>
</Card>