User table polishing, user delete modal

This commit is contained in:
Jamie Curnow
2025-09-03 19:13:00 +10:00
parent 61a92906f3
commit 6ab7198e61
14 changed files with 197 additions and 43 deletions

View File

@@ -10,9 +10,9 @@ export function DomainsFormatter({ domains, createdOn }: Props) {
<div className="flex-fill">
<div className="font-weight-medium">
{domains.map((domain: string) => (
<span key={domain} className="badge badge-lg domain-name">
<a key={domain} href={`http://${domain}`} className="badge bg-yellow-lt domain-name">
{domain}
</span>
</a>
))}
</div>
{createdOn ? (