Coloring of stuff
This commit is contained in:
parent
9c2c7f7818
commit
9e61582456
6 changed files with 15 additions and 10 deletions
src/content
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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(),
|
||||
}),
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue