diff --git a/components/form/form-picker.tsx b/components/form/form-picker.tsx index d188d8f..5f46b87 100644 --- a/components/form/form-picker.tsx +++ b/components/form/form-picker.tsx @@ -94,7 +94,7 @@ export const FormPicker = ({ id, errors }: FormPickerProps) => { )} diff --git a/components/form/form-popover.tsx b/components/form/form-popover.tsx index c46f012..f93e209 100644 --- a/components/form/form-popover.tsx +++ b/components/form/form-popover.tsx @@ -19,6 +19,7 @@ import { useProModal } from '@/hooks/use-pro-modal'; import { FormInput } from './form-input'; import { FormSubmit } from './form-submit'; import { FormPicker } from './form-picker'; +import Link from 'next/link'; interface FormPopoverProps { children: React.ReactNode; @@ -78,6 +79,15 @@ export const FormPopover = ({
+

+ Images Provided by{' '} + + Unsplash + +