Linted
This commit is contained in:
parent
5ec6a19f09
commit
2522551cde
7 changed files with 37 additions and 10 deletions
|
@ -191,7 +191,7 @@ function KSS22DE() {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Ladegerät:</td>
|
||||
<td></td>
|
||||
<td />
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Standard Ladezeit:</td>
|
||||
|
|
|
@ -188,7 +188,7 @@ function KSS22ENG() {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Charger:</td>
|
||||
<td></td>
|
||||
<td />
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Default load time:</td>
|
||||
|
|
|
@ -346,7 +346,7 @@ function UEberblickDE() {
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div style="padding-left: 3%" class="col-6">
|
||||
<div style={{"padding-left":"3%"}} class="col-6">
|
||||
<p class="imghover">
|
||||
<b id="trolley">Trolley Handle</b>: ein ausfahrbarer Griff zum Schieben des Gerätes, ähnlich wie bei einem Koffer.
|
||||
</p>
|
||||
|
@ -660,7 +660,7 @@ function UEberblickDE() {
|
|||
<div class="righties">
|
||||
<img src="/images/solowheel-1.jpg" />
|
||||
</div>
|
||||
<img class="lefties" style="clear: none" src="/images/historieEUC.webp" />
|
||||
<img class="lefties" style={{"clear":"none"}} src="/images/historieEUC.webp" />
|
||||
<p>
|
||||
Die Grundlegende Technik kam mit dem
|
||||
<a href="https:/de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener">
|
||||
|
@ -764,7 +764,7 @@ function UEberblickDE() {
|
|||
<DeviceTile name="Veteran Sherman S" src="/images/ShermanSepic.jpg" />
|
||||
</div>
|
||||
</article>
|
||||
<footer></footer>
|
||||
<footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -362,7 +362,7 @@ function UEberblickENG() {
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div style="padding-left: 3%" class="col-6">
|
||||
<div style={{"padding-left":"3%"}} class="col-6">
|
||||
<p class="imghover">
|
||||
<b id="trolley">Trolley Handle</b>: an extendable handle for pushing the device, similar to a suitcase.
|
||||
</p>
|
||||
|
@ -699,7 +699,7 @@ function UEberblickENG() {
|
|||
<div class="righties">
|
||||
<img src="/images/solowheel-1.jpg" />
|
||||
</div>
|
||||
<img class="lefties" style="clear: none" src="/images/historieEUC.webp" />
|
||||
<img class="lefties" style={{"clear":"none"}} src="/images/historieEUC.webp" />
|
||||
<p>
|
||||
The underlying technique came with the
|
||||
<a href="https:/de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener">
|
||||
|
@ -806,7 +806,7 @@ function UEberblickENG() {
|
|||
<DeviceTile name="Veteran Sherman S" src="/images/ShermanSepic.jpg" />
|
||||
</div>
|
||||
</article>
|
||||
<footer></footer>
|
||||
<footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -91,7 +91,7 @@ function soon() {
|
|||
}
|
||||
</script>
|
||||
*/}
|
||||
<p style="text-align: center">This side is not available yet.</p>
|
||||
<p style={{"text-align":"center"}}>This side is not available yet.</p>
|
||||
<button onClick={() => navigate(-1)}>Back</button>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue