Browse Source

FinalFinal

master
Rino Grupp 4 years ago
parent
commit
788000a758
8 changed files with 5 additions and 4 deletions
  1. BIN
      public/favicon.png
  2. BIN
      public/icons/car.png
  3. BIN
      public/icons/dontcare-w.png
  4. BIN
      public/icons/dontcare.png
  5. +2
    -2
      public/index.html
  6. +1
    -1
      src/components/finder/Scooter.js
  7. +2
    -1
      src/components/finder/Step.js
  8. BIN
      src/dontcare.png

BIN
public/favicon.png View File

Before After
Width: 250  |  Height: 260  |  Size: 29 KiB

BIN
public/icons/car.png View File

Before After
Width: 2000  |  Height: 900  |  Size: 19 KiB Width: 2000  |  Height: 2000  |  Size: 28 KiB

BIN
public/icons/dontcare-w.png View File

Before After
Width: 2000  |  Height: 2000  |  Size: 28 KiB

BIN
public/icons/dontcare.png View File

Before After
Width: 2000  |  Height: 2000  |  Size: 26 KiB Width: 2000  |  Height: 2000  |  Size: 26 KiB

+ 2
- 2
public/index.html View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
@ -19,7 +19,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>PLEV-Finder</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

+ 1
- 1
src/components/finder/Scooter.js View File

@ -153,7 +153,7 @@ class Scooter extends React.Component {
createTechnicalFacts = () =>{
let facts = []
technicalIndexes.forEach((fact, index) => {
facts.push(<li key={fact.value}>{fact.text + " " +this.props.scooter[fact.value] + " " + fact.unit}</li>)
facts.push(<li key={fact.value}><b>{fact.text}</b>{" " +this.props.scooter[fact.value] + " " + fact.unit}</li>)
})
return (
<ul>

+ 2
- 1
src/components/finder/Step.js View File

@ -88,7 +88,8 @@ const styles = theme => ({
visibility: 'hidden'
},
iconButton: {
height: 'auto !important'
height: 'auto !important',
marginBottom: '5px !important',
}
});

BIN
src/dontcare.png View File

Before After
Width: 2000  |  Height: 2000  |  Size: 42 KiB

Loading…
Cancel
Save