Skip to content

Commit

Permalink
Update VideoInput.tsx
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
AllanPooley authored Feb 5, 2024
1 parent 6d34b3a commit 9ef6f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VideoInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const VideoInput = (config: Config, props: InputProps) => {
</Stack>
<Stack space={3}>
<Text size={1} weight="semibold">
Thubmnail
Thumbnail
</Text>
<img
src={value.pictures.sizes[0]?.link}
Expand Down

0 comments on commit 9ef6f1e

Please sign in to comment.