Skip to content

Commit

Permalink
Merge pull request #2 from AllanPooley/typo
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
marco-land authored Feb 5, 2024
2 parents 6d34b3a + 9ef6f1e commit 157247b
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 157247b

Please sign in to comment.