fix some type errors

This commit is contained in:
2024-05-14 19:07:41 +02:00
parent 8c6c58b62f
commit 08b2e5387d
6 changed files with 189 additions and 42 deletions

View File

@ -6,9 +6,9 @@ export const NewsList = ({
featured,
limit,
}: {
heading: string;
featured: boolean;
limit: number;
heading?: string;
featured?: boolean;
limit?: number;
}) => {
return (
<section className={styles.newsWrapper}>