Skip to content

Commit 27d6ff5

Browse files
fix: remove duplicate username header from UserDashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8500ad6 commit 27d6ff5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/components/UserDashboard.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@ export default function UserDashboard({ username, repos }: Props) {
2929
return (
3030
<div style={{ width: '100%', fontFamily: FONT }}>
3131

32-
{/* ── Header ── */}
32+
{/* ── Stat row ── */}
3333
<div style={{ marginBottom: '28px' }}>
34-
<p style={{ fontFamily: MONO, fontSize: '11px', color: '#8a8a8a', letterSpacing: '0.14em', textTransform: 'uppercase', margin: '0 0 6px 0' }}>
35-
graveyard scan
36-
</p>
37-
<h2 style={{ fontFamily: FONT, fontSize: '28px', fontWeight: 700, color: '#160A06', margin: '0 0 14px', letterSpacing: '-0.03em' }}>
38-
@{username}
39-
</h2>
40-
4134
{/* Stat row */}
4235
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '4px' }}>
4336
{[

0 commit comments

Comments
 (0)