diff --git a/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html b/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html index c835782..4def8d6 100644 --- a/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html +++ b/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html @@ -1,3 +1,3 @@ -

Gear : {{data.gear.mainCanopy}} ({{data.gear.mainCanopy}})

-

Cutaway : {{data.withCutaway}}

+

Gear : {{data.gear.name}} ({{data.gear.mainCanopy}})

+

Cutaway :

Notes : {{data.notes}}

\ No newline at end of file diff --git a/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html b/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html index 7cb6cb0..acb5c68 100644 --- a/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html +++ b/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html @@ -1,7 +1,8 @@
-
+
- +
+
diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css index bec121a..51e3cd2 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css @@ -19,4 +19,5 @@ justify-content: left; flex-direction: column; align-items: initial; + padding-top: 25px; } diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html index 14687b9..cf6a018 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html @@ -1,7 +1,8 @@
- - +
+ +
Choose the jump type