placeholder, favicon and other related data updated
This commit is contained in:
parent
d0a7a17ba5
commit
97131c35c8
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
@ -24,7 +24,7 @@
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>Facial Recognition</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -9,7 +9,7 @@ const ImageLinkForm = ({onInputChange, onButtonSubmit}) => {
|
||||
</p>
|
||||
<div className = 'center'>
|
||||
<div className = 'pa4 br3 shadow-5'>
|
||||
<input className = 'f4 pa2 w-70 center' type = 'text' onChange = {onInputChange}/>
|
||||
<input placeholder = 'Paste image link' className = 'f4 pa2 w-70 center' type = 'text' onChange = {onInputChange}/>
|
||||
<button
|
||||
className = 'ma4 pointer button'
|
||||
onClick = {onButtonSubmit}
|
||||
|
Loading…
Reference in New Issue
Block a user