Skip to content

Commit fcd4533

Browse files
authored
feat: add building location info to venue section (#222)
1 parent eb7a4c1 commit fcd4533

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/venue.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const Venue = () => {
88
<Wrapper>
99
<div className="flex flex-col items-start gap-12 text-white md:flex-row md:items-center">
1010
<div className="flex w-full flex-col gap-6 md:w-1/2">
11-
<h2 className="text-4xl font-semibold leading-[140%] tracking-tight text-meetjs-green md:text-[40px]">
11+
<h2 className="text-4xl leading-[140%] font-semibold tracking-tight text-meetjs-green md:text-[40px]">
1212
Venue
1313
</h2>
1414

@@ -29,6 +29,11 @@ export const Venue = () => {
2929
academic community, alumni, as well as representatives from
3030
business, social organizations, and public administration.
3131
</p>
32+
33+
<p>
34+
The event will take place in{' '}
35+
<span className="font-semibold">Building G</span>.
36+
</p>
3237
</div>
3338
</div>
3439

0 commit comments

Comments
 (0)