Skip to content

Commit f5c58ed

Browse files
Merge pull request #4 from BinaryStudioAcademy/task/BSA-270-update-react-starter
BSA-270: update starter
2 parents 1f52de4 + ae39b87 commit f5c58ed

18 files changed

+17
-17
lines changed

assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ body {
8484
overflow-x: hidden;
8585
color: var(--color-blue-400);
8686
font-size: var(--font-size-200);
87-
font-family: Assistant, sans-serif;
87+
font-family: Courier, monospace;
8888
font-style: normal;
8989
line-height: 1.5;
9090
text-rendering: optimizespeed;
@@ -230,7 +230,7 @@ select {
230230
margin: 0 0 5px;
231231
font-weight: 600;
232232
font-size: var(--font-size-400);
233-
font-family: 'Playfair Display', serif;
233+
font-family: Verdana, sans-serif;
234234
}
235235

236236
.trip-info__content {
@@ -285,7 +285,7 @@ select {
285285
color: var(--color-blue-400);
286286
font-weight: 600;
287287
font-size: var(--font-size-500);
288-
font-family: 'Playfair Display', serif;
288+
font-family: Verdana, sans-serif;
289289
text-decoration: none;
290290
}
291291

@@ -612,7 +612,7 @@ select {
612612
margin: 0;
613613
font-weight: 600;
614614
font-size: var(--font-size-400);
615-
font-family: 'Playfair Display', serif;
615+
font-family: Verdana, sans-serif;
616616
line-height: 1;
617617
}
618618

assets/data/bookings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
55
"tripId": "b192252e-2bb6-4cf3-b9cb-34a8a2f94891",
66
"guests": 2,
7-
"date": "2024-06-23T14:37:00.049Z",
7+
"date": "2025-06-23T14:37:00.049Z",
88
"trip": {
99
"title": "Greenland",
1010
"duration": 19,
@@ -18,7 +18,7 @@
1818
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
1919
"tripId": "e5c23843-455a-46c2-bedb-af269089fba7",
2020
"guests": 1,
21-
"date": "2024-07-30T14:37:00.049Z",
21+
"date": "2025-07-30T14:37:00.049Z",
2222
"trip": {
2323
"title": "Ireland",
2424
"duration": 8,
@@ -32,7 +32,7 @@
3232
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
3333
"tripId": "4c7564ad-fafc-4641-a692-55a683de7fbe",
3434
"guests": 1,
35-
"date": "2024-09-03T14:37:00.049Z",
35+
"date": "2025-09-03T14:37:00.049Z",
3636
"trip": {
3737
"title": "Scotland",
3838
"duration": 8,
@@ -46,7 +46,7 @@
4646
"userId": "1dd97a12-848f-4a1d-8a7d-34a2132fca94",
4747
"tripId": "6417f33c-31e0-444a-abac-cd0c1f8e48d0",
4848
"guests": 2,
49-
"date": "2024-11-22T14:37:00.049Z",
49+
"date": "2025-11-22T14:37:00.049Z",
5050
"trip": {
5151
"title": "Spitsbergen",
5252
"duration": 11,
-7.85 KB
Loading
3.46 KB
Loading
-70.5 KB
Loading

assets/images/screenshots/main.png

-556 KB
Loading
429 KB
Loading
18.1 KB
Loading
-67.5 KB
Binary file not shown.
1.53 KB
Loading

0 commit comments

Comments
 (0)