Skip to content

Commit 2b608e5

Browse files
authored
conf: change room label style (graphql#1569)
1 parent 6c5b635 commit 2b608e5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/components/Conf/Schedule/ScheduleList.tsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,22 @@ const ScheduleList: FC<Props> = ({
265265
{speakers.join(", ")}
266266
</span>
267267
)}
268-
<span className="font-light">
268+
<span className="font-bold mt-2 flex items-center text-gray-700">
269269
Room: {session.venue}
270+
<svg
271+
className="mr-1 mb-0.5"
272+
width="16px"
273+
height="16px"
274+
xmlns="http://www.w3.org/2000/svg"
275+
viewBox="0 0 384 512"
276+
>
277+
{/* <!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --> */}
278+
<path
279+
fill="rgb(55, 65, 81)"
280+
d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"
281+
/>
282+
</svg>
283+
{session.venue}
270284
</span>
271285
</div>
272286
</div>

0 commit comments

Comments
 (0)