Skip to content

Commit e9de158

Browse files
authored
Merge pull request #535 from computationalmama/main
Fix: Duplication of the Title in the /contribute/* pages
2 parents c4158ec + 1c3af75 commit e9de158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/ContributorDocLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ setJumpToState(jumpToState);
4040
<BaseLayout
4141
title={entry.data.title}
4242
variant="item"
43+
subtitle={null}
4344
topic="contribute"
4445
className="contribute"
4546
>

0 commit comments

Comments
 (0)