Skip to content

Commit 86a803c

Browse files
committed
Add link field in Pinterest component
1 parent 197d50c commit 86a803c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/launches/providers/pinterest/pinterest.provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const PinterestSettings: FC = () => {
1111
return (
1212
<div className="flex flex-col">
1313
<Input label={'Title'} {...register('title')} />
14+
<Input label={'Link'} {...register('link')} />
1415
<PinterestBoard {...register('board')} />
1516
<ColorPicker
1617
label="Select Pin Color"

0 commit comments

Comments
 (0)