Merge pull request #705 from etienn01/feature/pinterest-link

Add link field in Pinterest component
This commit is contained in:
Nevo David 2025-06-10 11:26:17 +07:00 committed by GitHub
commit f06315d7e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const PinterestSettings: FC = () => {
return (
<div className="flex flex-col">
<Input label={'Title'} {...register('title')} />
<Input label={'Link'} {...register('link')} />
<PinterestBoard {...register('board')} />
<ColorPicker
label="Select Pin Color"