Skip to content

Commit

Permalink
chore(docs-site): remove banner (#18267)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored and dantaik committed Oct 21, 2024
1 parent 6f668e5 commit f91c2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs-site/src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const collections = {
description: z
.string()
.max(160, { message: "Must be 160 characters or less." }).optional(),
banner: z.object({ content: z.string() }).default({
content: 'All Hekla Node Runners: Imminent Ontake fork Sep 30th, upgrade needed. Please update your provers to raiko 1.2.0! Click <a href="https://discord.com/channels/984015101017346058/984087180739768331/1284040980084817931">here</a> for more info',
}),
// banner: z.object({ content: z.string() }).default({
// content: '',
// }),
}),
}),
}),
Expand Down

0 comments on commit f91c2b5

Please sign in to comment.