File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
src/components/Conf/Schedule Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,22 @@ const ScheduleList: FC<Props> = ({
265
265
{ speakers . join ( ", " ) }
266
266
</ span >
267
267
) }
268
- < span className = "font-light " >
268
+ < span className = "font-bold mt-2 flex items-center text-gray-700 " >
269
269
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 }
270
284
</ span >
271
285
</ div >
272
286
</ div >
You can’t perform that action at this time.
0 commit comments