Skip to content

Commit

Permalink
(app): remove video support
Browse files Browse the repository at this point in the history
  • Loading branch information
happer64bit committed Aug 5, 2024
1 parent 1d8ee89 commit c014720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Home() {
<div className="flex items-center justify-center gap-5">
<Button size={"lg"} className="h-11 gap-3" onClick={handleFileUpload}>
<UploadIcon />
Upload Images/Video
Upload Images
</Button>
<input
type="file"
Expand Down

0 comments on commit c014720

Please sign in to comment.