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[] = [
{
id: "u1",
name: "Ace",
email: "dillen@coastit.co.za",
name: "Sarah Chen",
email: "SarahChen@coastit.co.za",
role: "admin",
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",
},
{