diff --git a/src/Components/FormCard.js b/src/Components/FormCard.js index c1b4861..61876cf 100644 --- a/src/Components/FormCard.js +++ b/src/Components/FormCard.js @@ -1,7 +1,5 @@ import React from 'react'; -import { IMAGE_SEARCH_OPTIONS } from '../constants'; - /** * Return an array of option components. * @@ -39,8 +37,6 @@ function FormCard(props) { onChangeBgImage } = props; - const options = mkOptions(IMAGE_SEARCH_OPTIONS); - return (
@@ -119,13 +115,19 @@ function FormCard(props) { Main image
-
- -
-

Used for the profile image.

+ onChangeMainImage(e.target.value)} + />
+

Use one or more lower-case terms. Separate with commas and no spaces.

@@ -133,12 +135,19 @@ function FormCard(props) { Background image
-
- -
+ onChangeBgImage(e.target.value)} + />
+

Use one or more lower-case terms. Separate with commas and no spaces.