feat: logo next to title (titleLogo)

This commit is contained in:
diced
2024-06-01 17:26:04 -07:00
parent fd85ea4143
commit eda7b28836
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ export const schema = z.object({
}),
website: z.object({
title: z.string().default('Zipline'),
titleLogo: z.string().url().nullable().default(null),
externalLinks: z
.array(
z.object({