Remove page numbering from navigation and page links
Magent CI/CD / verify (push) Successful in 10m28s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 1m0s

This commit is contained in:
2026-09-08 16:36:38 +12:00
parent e7e4c9eff3
commit 437836243c
7 changed files with 15 additions and 23 deletions
+1 -1
View File
@@ -1704,7 +1704,7 @@ export default function AdminInviteManagementPage() {
</div>
{inviteEditingId == null ? (
<div className="invite-created-card">
<span className="eyebrow">Option 04 · Invites</span>
<span className="eyebrow">Invites</span>
<h3>Create invites from the client workspace</h3>
<p>The guided invite flow now lives in the main navigation where users can create and manage their own invitations.</p>
<button type="button" onClick={() => router.push('/profile/invites')}>Open client invite workspace</button>