Skip to content

Commit 476e157

Browse files
authored
Merge branch 'main' into fix/npm-install-overrides-error
2 parents 75b8726 + e6c6402 commit 476e157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/PeopleLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ setJumpToState(null);
5858
<Head title={"People"} locale={currentLocale} />
5959

6060
<BaseLayout title={title} variant="item" topic="about" className="about">
61-
<h3 class="mb-xl max-w-[770px]">
61+
<p class="mb-xl max-w-[770px] text-h3">
6262
{t("peoplePage", "PageDescription")}
63-
</h3>
63+
</p>
6464
{
6565
featuredEntries.map((category, i) => (
6666
<section>

0 commit comments

Comments
 (0)