users changed

This commit is contained in:
Ace
2026-06-17 17:00:57 +02:00
parent ee44e9fc47
commit c29fd287c4
+3 -3
View File
@@ -3,11 +3,11 @@ import { User } from "@/types"
export const users: User[] = [ export const users: User[] = [
{ {
id: "u1", id: "u1",
name: "Ace", name: "Sarah Chen",
email: "dillen@coastit.co.za", email: "SarahChen@coastit.co.za",
role: "admin", role: "admin",
active: true, active: true,
avatar: "https://ui-avatars.com/api/?name=Ace&background=1d4ed8&color=fff&size=128", avatar: "https://ui-avatars.com/api/?name=Sarah+Chen&background=1d4ed8&color=fff&size=128",
createdAt: "2025-01-15T08:00:00Z", createdAt: "2025-01-15T08:00:00Z",
}, },
{ {