diff --git a/client/src/components/atoms/AreaButton.tsx b/client/src/components/atoms/AreaButton.tsx index 9ae5d1c..26a72b2 100644 --- a/client/src/components/atoms/AreaButton.tsx +++ b/client/src/components/atoms/AreaButton.tsx @@ -1,12 +1,11 @@ import React from 'react' import styles from './AreaButton.module.scss' -const AreaButton = ({ title, description, action }: { title: string; description: string, action: any }) => { - +const AreaButton = ({ title, description, action, image }: { title: string; description: string, action: any, image: any }) => { return (