Skip to content

Commit bc18335

Browse files
committed
fix: unnecessery ts
1 parent 5649866 commit bc18335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/VideoCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface Props {
44
description: string;
55
url: string;
66
thumbnail?: string;
7-
platform: 'youtube' | 'vimeo';
7+
platform: string;
88
}
99
1010
const { title, description, url, thumbnail, platform } = Astro.props;

0 commit comments

Comments
 (0)