Skip to content

Commit

Permalink
Merge pull request #106 from kevin51jiang/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishDe12020 authored Sep 26, 2022
2 parents d073048 + 10f4636 commit 85a6ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Tools/Video/GIFToMP4/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const MP4ToGIF = (): JSX.Element => {
<AlertIcon />
Conversions are done locally using FFMPEG.WASM and hence nothing is
uploaded to the cloud and this can be done offline. That said this task
is quiet resource intensive.
is quite resource intensive.
</Alert>
<FileUpload
onChange={handleGifUpload}
Expand Down
2 changes: 1 addition & 1 deletion components/Tools/Video/MP4ToGIF/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MP4ToGIF = (): JSX.Element => {
<AlertIcon />
Conversions are done locally using FFMPEG.WASM and hence nothing is
uploaded to the cloud and this can be done offline. That said this task
is quiet resource intensive.
is quite resource intensive.
</Alert>
<FileUpload
onChange={handleVideoUpload}
Expand Down

1 comment on commit 85a6ff9

@vercel
Copy link

@vercel vercel bot commented on 85a6ff9 Sep 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.