We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7a4c1 commit fcd4533Copy full SHA for fcd4533
1 file changed
src/components/venue.tsx
@@ -8,7 +8,7 @@ export const Venue = () => {
8
<Wrapper>
9
<div className="flex flex-col items-start gap-12 text-white md:flex-row md:items-center">
10
<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]">
+ <h2 className="text-4xl leading-[140%] font-semibold tracking-tight text-meetjs-green md:text-[40px]">
12
Venue
13
</h2>
14
@@ -29,6 +29,11 @@ export const Venue = () => {
29
academic community, alumni, as well as representatives from
30
business, social organizations, and public administration.
31
</p>
32
+
33
+ <p>
34
+ The event will take place in{' '}
35
+ <span className="font-semibold">Building G</span>.
36
+ </p>
37
</div>
38
39
0 commit comments