oops
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m6s

This commit is contained in:
2026-01-19 22:25:25 -07:00
parent df82a02f41
commit effc6ac37e
2 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ if (!isAdmin) return Astro.redirect('/dashboard/team');
<form method="POST" action="/api/team/invite" class="card bg-base-100 shadow-xl border border-base-200">
<div class="card-body">
<div class="alert alert-info mb-4">
<Icon name="heroicons:information-circle" class="w-6 h-6" />
<Icon name="heroicons:information-circle" class="w-6 h-6 shrink-0" />
<span>The user must already have an account. They'll be added to your organization.</span>
</div>
@@ -60,7 +60,7 @@ if (!isAdmin) return Astro.redirect('/dashboard/team');
<option value="member">Member</option>
<option value="admin">Admin</option>
</select>
<label class="label">
<label class="label h-auto block">
<span class="label-text-alt">Members can track time. Admins can manage team and clients.</span>
</label>
</div>