Skip to content

Commit 3a9ace8

Browse files
add subtitle as "null" in the contributorDocLayout
1 parent dc22488 commit 3a9ace8

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)