Skip to content

Commit

Permalink
Disable youtube video
Browse files Browse the repository at this point in the history
  • Loading branch information
kurianbenoy authored Sep 2, 2024
1 parent d2f7b4d commit 5d28bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/generate/UploadFile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const UploadFile = ({
/>
</div>

<div className="divider font-medium">OR</div>
{/* <div className="divider font-medium">OR</div>
<label className="flex border-2 rounded-lg gap-2 p-2">
<IconLink color="grey" />
<input
Expand All @@ -229,7 +229,7 @@ const UploadFile = ({
className="w-full outline-none "
placeholder="Paste YouTube Video Link"
/>
</label>
</label> */}
<div className="mt-2">
<a
href="/blog/our-recommendations"
Expand Down

0 comments on commit 5d28bcf

Please sign in to comment.