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
@@ -11,7 +11,7 @@ export function Footer() {
{link.label}
</Link>
))}
<Link href="/start">Create organisation</Link>
<Link href="/start">Get started</Link>
</div>
</footer>
);
+2 -2
View File
@@ -50,7 +50,7 @@ export function Nav() {
</button>
<Link className="btn btn--solid btn--sm nav__cta" href="/start">
Create organisation
Get started
</Link>
</div>
</header>
@@ -65,7 +65,7 @@ export function Nav() {
</Link>
))}
<Link className="btn btn--solid" href="/start">
Create organisation
Get started
</Link>
</nav>
</div>
+1 -1
View File
@@ -89,7 +89,7 @@ export function OrgForm() {
</div>
<button className="btn btn--solid" type="submit" style={{ alignSelf: "flex-start" }} disabled={sending}>
{sending ? "Sending…" : "Create organisation"}
{sending ? "Sending…" : "Get started"}
</button>
{result.state === "error" && result.message && (