Coloring of stuff

This commit is contained in:
Firq 2024-07-15 15:28:08 +02:00
parent 9c2c7f7818
commit 9e61582456
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 15 additions and 10 deletions

View file

@ -6,5 +6,6 @@
"releaseNumber": 1,
"type": "event"
},
"link": "https://apps.atlasacademy.io/db/NA/servant/314/"
"link": "https://apps.atlasacademy.io/db/NA/servant/314/",
"color": "#f7281f"
}

View file

@ -6,5 +6,6 @@
"releaseNumber": 1,
"type": "event"
},
"link": "https://apps.atlasacademy.io/db/NA/servant/215/"
"link": "https://apps.atlasacademy.io/db/NA/servant/215/",
"color": "#0eb31d"
}

View file

@ -44,7 +44,8 @@ const changes = defineCollection({
type: 'data',
schema: z.object({
info: info,
link: z.string().url()
link: z.string().url(),
color: z.string(),
}),
})