From 96a83927dbbca1a961005fdfd4d2e058fc8c03d3 Mon Sep 17 00:00:00 2001 From: HediMjid Date: Wed, 20 Oct 2021 12:45:05 +0200 Subject: [PATCH] fix class data --- scripts/people.js | 7 ++++--- scripts/planetes.js | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/people.js b/scripts/people.js index ce102d3..a17ea43 100644 --- a/scripts/people.js +++ b/scripts/people.js @@ -54,9 +54,10 @@ class People {

Gender :

${this.gender}

- - -
+
+ +
+
`; diff --git a/scripts/planetes.js b/scripts/planetes.js index d1c809a..0aa0bef 100644 --- a/scripts/planetes.js +++ b/scripts/planetes.js @@ -34,7 +34,7 @@ async function getPlanets() {

Rotation :

${ROTATION_PERIOD}

-
+

ORBITAL :

${ORBITAL_PERIOD}

@@ -212,7 +212,7 @@ function searchPeople() {

Rotation :

${results[i].rotation}

-
+

ORBITAL :

${results[i].orbital}