placeholder, favicon and other related data updated

This commit is contained in:
Tanmay 2024-01-31 19:53:36 +05:30 committed by Kshitij
parent d0a7a17ba5
commit 97131c35c8
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F
4 changed files with 4 additions and 4 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <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="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>Facial Recognition</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -3,7 +3,7 @@
"name": "Create React App Sample", "name": "Create React App Sample",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon" "type": "image/x-icon"
}, },

View File

@ -9,7 +9,7 @@ const ImageLinkForm = ({onInputChange, onButtonSubmit}) => {
</p> </p>
<div className = 'center'> <div className = 'center'>
<div className = 'pa4 br3 shadow-5'> <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 <button
className = 'ma4 pointer button' className = 'ma4 pointer button'
onClick = {onButtonSubmit} onClick = {onButtonSubmit}