Skip to content

Commit ff1a0db

Browse files
committed
fix(reports): move new contributor badge to bottom-left and update demo
- Move badge from top-right to bottom-left to avoid blocking username - Update January report: rwaltr and istvan-derda as new contributors - Remove tulilirockz from new contributors section The badge now appears in the bottom-left corner where it won't interfere with the name, bio, or stats content.
1 parent 695996c commit ff1a0db

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

reports/2026-01-31-report.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ Welcome to our new contributors!
127127

128128
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(2, 1fr)', gap: '1.5rem', marginBottom: '2rem' }}>
129129

130-
<GitHubProfileCard username="tulilirockz" highlight={true} />
130+
<GitHubProfileCard username="rwaltr" highlight={true} />
131+
132+
<GitHubProfileCard username="istvan-derda" highlight={true} />
131133

132134
</div>
133135

src/components/GitHubProfileCard.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
.badge {
4747
position: absolute;
48-
top: 12px;
49-
right: 12px;
48+
bottom: 12px;
49+
left: 12px;
5050
background: linear-gradient(135deg, #ffd700, #ffed4e);
5151
color: #8b7500;
5252
padding: 0.35rem 0.75rem;

0 commit comments

Comments
 (0)