diff --git a/build/manifest.json b/build/manifest.json deleted file mode 100644 index 080d6c7..0000000 --- a/build/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/build/robots.txt b/build/robots.txt deleted file mode 100644 index e9e57dc..0000000 --- a/build/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: diff --git a/package.json b/package.json index 3b88cdc..ac15a56 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "sales control application", + "name": "sales flow application", "version": "0.1.0", "homepage": ".", "private": false, diff --git a/src/components/Vehicles.js b/src/components/Vehicles.js index 983be46..25cc8af 100644 --- a/src/components/Vehicles.js +++ b/src/components/Vehicles.js @@ -20,12 +20,12 @@ const Vehicles = () => { const inputTypes = [ "Make", "Model", - "Trim", + "Trim Package", "Color", - "Year", + "Prod Year", "Category", "Mileage", - "Price", + "Pre-QR Price", ]; const handleIdInput = (e) => setVehId(e.target.value); @@ -117,7 +117,7 @@ const Vehicles = () => { return ( <>