Skip to content

Commit dce6886

Browse files
ux: remove Add to README label text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45f74f9 commit dce6886

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/CertificateCard.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,6 @@ export default function CertificateCard({ cert, onReset }: Props) {
588588
<div style={{ display: 'flex', flexDirection: 'column', gap: '6px' }}>
589589
{/* eslint-disable-next-line @next/next/no-img-element */}
590590
<img src={shieldsUrl} alt="commitmentissues badge" style={{ height: '28px', display: 'block' }} />
591-
<span style={{ fontFamily: UI, fontSize: '10px', fontWeight: 600, color: '#9a8a7a', letterSpacing: '0.1em', textTransform: 'uppercase' }}>
592-
Add to README
593-
</span>
594591
</div>
595592
<button
596593
type="button"

0 commit comments

Comments
 (0)