We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f4233 commit cb02eb4Copy full SHA for cb02eb4
1 file changed
astro/src/components/PageSidebar.astro
@@ -23,7 +23,7 @@ const contributors = filePath ? (contributorsData as Record<string, { username:
23
<div class="sidebar-meta">
24
{contributors.length > 0 && (
25
<div class="meta-section">
26
- <h2>Page Contributors</h2>
+ <h2>Page contributors</h2>
27
<div class="contributor-avatars">
28
{contributors.map((c) => (
29
<a href={c.profileUrl} title={c.username} target="_blank" rel="noopener noreferrer">
0 commit comments