Skip to content

Commit

Permalink
fix div
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Dec 6, 2023
1 parent 2f7eaec commit ca41e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SpeakersDetail.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (!speaker) {
<speaker.Bio.Content />

{speaker.slides ? (
<>
<div>
<h3>{t("slides")}</h3>

<ul>
Expand All @@ -48,7 +48,7 @@ if (!speaker) {
</li>
))}
</ul>
</>
</div>
) : null}
</div>
) : null
Expand Down

0 comments on commit ca41e31

Please sign in to comment.