Skip to content

Commit

Permalink
Add link component
Browse files Browse the repository at this point in the history
  • Loading branch information
shaurya35 committed Sep 26, 2024
1 parent 6c7fe4a commit b0b9869
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/components/NewPostDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,18 @@ export const NewPostDialog = () => {
/>
</div>
</div>


<div className="flex w-full flex-col gap-2">
<h3 className="wmde-markdown-var text-lg font-bold tracking-tighter">
Link Video
</h3>
<FormPostInput
id="title"
placeholder="Link a Related Video"
errors={fieldErrors}
className="w-full"
/>
</div>
<div
data-color-mode={theme}
className="flex w-full flex-col gap-2"
Expand Down

0 comments on commit b0b9869

Please sign in to comment.