Skip to content

Commit 5329a48

Browse files
ux: increase badge preview height to 28px (matches GitHub rendering)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a0acfba commit 5329a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CertificateCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ export default function CertificateCard({ cert, onReset }: Props) {
590590
Add to README
591591
</span>
592592
{/* eslint-disable-next-line @next/next/no-img-element */}
593-
<img src={shieldsUrl} alt="commitmentissues badge" style={{ height: '20px', display: 'block' }} />
593+
<img src={shieldsUrl} alt="commitmentissues badge" style={{ height: '28px', display: 'block' }} />
594594
</div>
595595
<button
596596
type="button"

0 commit comments

Comments
 (0)