mirror of
https://github.com/diced/zipline.git
synced 2026-06-12 19:01:18 -07:00
feat: logo next to title (titleLogo)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user