Skip to content

Commit e6c6402

Browse files
authored
Merge pull request #1024 from coseeian/issue#1022
fix: use <p> instead of <h3> for people page description text
2 parents 93d0e96 + 720576c commit e6c6402

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)