shrink the contents of the QR code so people can scan it

This commit is contained in:
2025-06-16 15:38:11 -06:00
parent 4a43bc9c6c
commit 5e851e442f
9 changed files with 237 additions and 179 deletions

View File

@@ -61,7 +61,7 @@ export const deepLinkSchemas = {
"user-profile": z.object({
id: z.string(),
}),
"project": z.object({
project: z.object({
id: z.string(),
}),
"onboard-meeting-setup": z.object({