Skip to content

Commit 394e29b

Browse files
authored
Fix headline (#1308)
Fix #1304
1 parent 78f0798 commit 394e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/session/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const nextSessionsOrdered = sameRoomNextSession
144144
entry.data.resources && (
145145
<>
146146
<br />
147-
<Prose>
147+
<Prose full>
148148
<h2>Resources</h2>
149149
</Prose>
150150
<ul class="list-disc">

0 commit comments

Comments
 (0)