Skip to content

Commit 858c60a

Browse files
authored
Merge pull request #63 from launchdarkly-labs/minor_fixes
Minor fixes
2 parents 23df8d6 + 796a10b commit 858c60a

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

Diff for: components/ui/airwayscomponents/bookedFlights.tsx

+21-18
Original file line numberDiff line numberDiff line change
@@ -297,27 +297,30 @@ export default function BookedFlights() {
297297
)}
298298
</div>
299299
</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+
)}
300309

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
313313
</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
318320
</p>
319-
</div>
320-
)}
321+
)}
322+
</div>
323+
321324
</div>
322325
</div>
323326
<div className="p-8 w-full sm:w-1/3 bg-gradient-to-r from-purple-100 to-rose-100 md:flex-shrink-0">

Diff for: components/ui/infinityloader.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export default function InfinityLoader() {
1414
stroke-length="0.15"
1515
bg-opacity="0.1"
1616
speed="1.3"
17-
color="white"
17+
color="black"
1818
/>
1919
}

0 commit comments

Comments
 (0)