Add GroomBook logo and demo pet images #209

Merged
groombook-engineer[bot] merged 12 commits from feat/gro-395-demo-assets into main 2026-04-02 17:10:54 +00:00
Showing only changes of commit 71a6623da2 - Show all commits
+1
View File
@@ -97,6 +97,7 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
customFields: {},
photoKey: null,
photoUploadedAt: null,
image: null,
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};