Skip to content

Commit 45f74f9

Browse files
ux: move Add to README label below badge image
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5329a48 commit 45f74f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/CertificateCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,11 @@ export default function CertificateCard({ cert, onReset }: Props) {
586586
padding: '10px 14px',
587587
}}>
588588
<div style={{ display: 'flex', flexDirection: 'column', gap: '6px' }}>
589+
{/* eslint-disable-next-line @next/next/no-img-element */}
590+
<img src={shieldsUrl} alt="commitmentissues badge" style={{ height: '28px', display: 'block' }} />
589591
<span style={{ fontFamily: UI, fontSize: '10px', fontWeight: 600, color: '#9a8a7a', letterSpacing: '0.1em', textTransform: 'uppercase' }}>
590592
Add to README
591593
</span>
592-
{/* eslint-disable-next-line @next/next/no-img-element */}
593-
<img src={shieldsUrl} alt="commitmentissues badge" style={{ height: '28px', display: 'block' }} />
594594
</div>
595595
<button
596596
type="button"

0 commit comments

Comments
 (0)