Skip to content

Commit c9fd1d9

Browse files
committed
added qr code to home page
1 parent 65dd0e7 commit c9fd1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const AirwaysHero = () => {
113113
risk, and ship your travel dreams faster than ever before
114114
</h2> */}
115115

116-
{destinationPickerNewAIModelLDFlag?._ldMeta.enabled !== false && (
116+
{destinationPickerNewAIModelLDFlag?._ldMeta?.enabled !== false && (
117117
<DestinationPicker>
118118
<Button className="bg-airlinedarkblue shadow-xl rounded-3xl w-[15rem] py-6 flex gap-2 animate-pulse hover:animate-none">
119119
<span>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export default function BookedFlights() {
330330
</button>
331331
)}
332332

333-
{aiTravelPromptText?._ldMeta.enabled !== false && (
333+
{aiTravelPromptText?._ldMeta?.enabled !== false && (
334334
<Popover>
335335
<PopoverTrigger className="relative bg-gradient-airways-red text-white font-bold py-3 px-4 w-full animate-pulse hover:animate-none rounded-xl">
336336
AI Travel Insights

0 commit comments

Comments
 (0)