Skip to content

Commit be7a222

Browse files
committed
fix check error
1 parent 6e35c57 commit be7a222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/changelog-next/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getEntry, type CollectionEntry } from "astro:content";
66
import { StarlightIcon } from "..";
77
import HeroImage from "~/assets/images/changelog-next/hero.svg";
88
9-
type Props = z.infer<typeof props>;
9+
type Props = z.input<typeof props>;
1010
1111
const props = z.object({
1212
notes: z.any().array().default([]),

0 commit comments

Comments
 (0)