File tree 2 files changed +22
-19
lines changed
2 files changed +22
-19
lines changed Original file line number Diff line number Diff line change @@ -297,27 +297,30 @@ export default function BookedFlights() {
297
297
) }
298
298
</ div >
299
299
</ div >
300
+ < div className = "grid lg:flex mx-auto items-center justify-center space-x-4 mt-4" >
301
+ { enrolledInLaunchClub && launchClubLoyalty && (
302
+ < >
303
+ { priorityBoarding && (
304
+ < p className = "flex text-black py-2 font-sohne bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-600 " >
305
+ < PersonStanding className = "text-blue-700 mr-2" /> { " " }
306
+ Launch Priority
307
+ </ p >
308
+ ) }
300
309
301
- { enrolledInLaunchClub && launchClubLoyalty && (
302
- < div className = "grid lg:flex mx-auto items-center justify-center space-x-4 mt-4" >
303
- { priorityBoarding && (
304
- < p className = "flex text-black py-2 font-sohne bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-600 " >
305
- < PersonStanding className = "text-blue-700 mr-2" /> { " " }
306
- Launch Priority
307
- </ p >
308
- ) }
309
- { mealPromoExperience && (
310
- < p className = "flex text-black py-2 font-sohne bg-clip-text text-transparent bg-gradient-to-r from-green-400 to-yellow-600 " >
311
- < PlaneIcon className = "text-green-700 mr-2" /> { " " }
312
- A380 Meal Promo
310
+ < p className = "flex text-black py-2 font-sohne bg-clip-text text-transparent bg-gradient-to-r from-blue-800 to-red-600 " >
311
+ < Wifi className = "text-green-700 mr-2" /> Free
312
+ WiFi
313
313
</ p >
314
- ) }
315
- < p className = "flex text-black py-2 font-sohne bg-clip-text text-transparent bg-gradient-to-r from-blue-800 to-red-600 " >
316
- < Wifi className = "text-green-700 mr-2" /> Free
317
- WiFi
314
+ </ >
315
+ ) }
316
+ { mealPromoExperience && (
317
+ < p className = "flex text-black py-2 font-sohne bg-clip-text text-transparent bg-gradient-to-r from-green-400 to-yellow-600 " >
318
+ < PlaneIcon className = "text-green-700 mr-2" /> { " " }
319
+ A380 Meal Promo
318
320
</ p >
319
- </ div >
320
- ) }
321
+ ) }
322
+ </ div >
323
+
321
324
</ div >
322
325
</ div >
323
326
< div className = "p-8 w-full sm:w-1/3 bg-gradient-to-r from-purple-100 to-rose-100 md:flex-shrink-0" >
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ export default function InfinityLoader() {
14
14
stroke-length = "0.15"
15
15
bg-opacity = "0.1"
16
16
speed = "1.3"
17
- color = "white "
17
+ color = "black "
18
18
/>
19
19
}
You can’t perform that action at this time.
0 commit comments