Skip to content

Commit cb02eb4

Browse files
committed
Change caption to be consistent with rest of the sidebar
1 parent 42f4233 commit cb02eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/components/PageSidebar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const contributors = filePath ? (contributorsData as Record<string, { username:
2323
<div class="sidebar-meta">
2424
{contributors.length > 0 && (
2525
<div class="meta-section">
26-
<h2>Page Contributors</h2>
26+
<h2>Page contributors</h2>
2727
<div class="contributor-avatars">
2828
{contributors.map((c) => (
2929
<a href={c.profileUrl} title={c.username} target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)