Skip to content

Commit f076041

Browse files
committed
upgrades
1 parent 49a20e8 commit f076041

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/TimeLine.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ export default function CustomTimeLine() {
156156
{event.speaker}
157157
</Text>
158158
{event.topic && (
159-
<Text size="sm" color="gray" italic>
160-
Topic: {event.topic}
159+
<Text size="sm" color="gray">
160+
<span style={{ fontStyle: 'italic' }}>
161+
Topic: {event.topic}
162+
</span>
161163
</Text>
162164
)}
163165
</div>

0 commit comments

Comments
 (0)