Skip to content

Commit

Permalink
add title to speaker-slides page
Browse files Browse the repository at this point in the history
  • Loading branch information
irsooti committed Dec 3, 2023
1 parent 34f5fee commit 6458204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/speaker-slides.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const speakers = await getCollection("speakers");
<Layout title="Devfest Pescara 2023 - Location">
<Section additionalClass="dots pt-32 pb-16 md:py-32 xl:py-64">
<div class="max-w-screen-lg m-auto text-center">
<Heading level="h2" text={t("location:title")} />
<Heading level="h2" text="Slides" />
</div>
</Section>
<div class="max-w-screen-xl m-auto px-6 prose py-16 lg:py-32">
Expand Down

0 comments on commit 6458204

Please sign in to comment.