From 631a8ea6124ee491579da5dfc58ced7c395ae743 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:43:40 -0500 Subject: [PATCH] Added Unsplash Attrabutions & Updated Middleware --- components/form/form-picker.tsx | 2 +- components/form/form-popover.tsx | 10 ++++++++++ middleware.ts | 3 --- 3 files changed, 11 insertions(+), 4 deletions(-) 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 + +