Skip to content

Commit 4bf737d

Browse files
committed
done
Signed-off-by: TuvalSimha <tuval.simha@gmail.com>
1 parent 38b274e commit 4bf737d

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

src/components/Conf/Pricing/index.tsx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react"
22
import { CheckCircledIcon } from "@radix-ui/react-icons"
33
import ButtonConf from "../Button"
4-
import { ReactComponent as BusIcon } from "../../../../static/img/conf/bus.svg"
54

65
interface Pricing {
76
title: string
@@ -85,32 +84,6 @@ const PricingConf = () => {
8584
</ButtonConf>
8685
</div>
8786

88-
<div className="flex-1">
89-
<div className="h-full rounded-lg overflow-hidden relative [&_a]:text-[--rhodamine] [&_a]:font-medium [&_p]:text-white [&_p]:text-lg [&_p]:mb-6 [&>div>a]:block [&>div>a]:mt-6 [&>div>a]:mb-3">
90-
<BusIcon className="fill-[--rhodamine] h-16 w-auto" />
91-
<h1 className="my-3 sm:text-2xl text-xl font-medium text-white">
92-
Complimentary Shuttle Service
93-
</h1>
94-
<div>
95-
<a
96-
href="https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu?src=adm_sem_crp_chico_crp_ppc_NAM-UnitedStates-CA-Burlingame-HR-SFOBU_google_Evergreen2022_e_hyatt%20regency%20sfo"
97-
target="_blank"
98-
rel="noreferrer"
99-
>
100-
Hyatt Regency SFO
101-
</a>
102-
<p>
103-
The Hyatt Regency SFO offers a <a>24-hour</a> complimentary
104-
San Francisco International Airport (SFO) shuttle which runs
105-
every <a>15 minutes</a> from <a>4:00AM until 1:00AM</a> and
106-
<a> every 30 minutes</a> from <a>1:00AM until 4:00AM</a>. At
107-
SFO, go to the area marked "Hotel Shuttle." The bus is marked
108-
"Hyatt Regency and Marriott.”
109-
</p>
110-
</div>
111-
</div>
112-
</div>
113-
11487
<div className="w-full">
11588
<div className="mx-auto flex flex-col items-center text-center">
11689
<h3 className="sm:text-2xl text-xl font-medium text-white mt-6 mb-2">

src/components/Conf/Venue/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const VenueConf = () => {
2121
className="font-bold"
2222
>
2323
Hyatt Regency SFO
24-
</a>{" "}
24+
</a>
2525
hotel in Burlingame, CA.
2626
</p>
2727
<img
@@ -67,7 +67,7 @@ const VenueConf = () => {
6767
target="_blank"
6868
>
6969
room block
70-
</a>{" "}
70+
</a>
7171
close dates. We encourage you to book early to secure a room at
7272
the conference rate.
7373
</div>

0 commit comments

Comments
 (0)