diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..a014451 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/index.html b/public/index.html index aa069f2..70bc346 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + - React App + Facial Recognition diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..e83b198 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "name": "Create React App Sample", "icons": [ { - "src": "favicon.ico", + "src": "favicon.png", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, diff --git a/src/components/ImageLinkForm/ImageLinkForm.js b/src/components/ImageLinkForm/ImageLinkForm.js index 0b8e9e2..db0bf6c 100644 --- a/src/components/ImageLinkForm/ImageLinkForm.js +++ b/src/components/ImageLinkForm/ImageLinkForm.js @@ -9,7 +9,7 @@ const ImageLinkForm = ({onInputChange, onButtonSubmit}) => {

- +