File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Paste a public GitHub URL. Get a shareable **Certificate of Death** — algorith
1616
1717Got a dead repo? Add the badge to your README:
1818
19- [ ![ 🪦 declared dead] ( https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-C4A882 ?style=for-the-badge&labelColor=cc0000 )] ( https://commitmentissues.dev )
19+ [ ![ 🪦 declared dead] ( https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-555 ?style=for-the-badge&labelColor=cc0000 )] ( https://commitmentissues.dev )
2020
2121``` markdown
22- [ ![ 🪦 declared dead] ( https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-C4A882 ?style=for-the-badge&labelColor=cc0000 )] ( https://commitmentissues.dev/?repo=YOUR_OWNER/YOUR_REPO )
22+ [ ![ 🪦 declared dead] ( https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-555 ?style=for-the-badge&labelColor=cc0000 )] ( https://commitmentissues.dev/?repo=YOUR_OWNER/YOUR_REPO )
2323```
2424
2525The badge and full certificate embed markdown are generated automatically on the certificate page — just hit ** Copy** after analyzing your repo.
Original file line number Diff line number Diff line change @@ -580,9 +580,9 @@ export default function CertificateCard({ cert, onReset }: Props) {
580580 { ( ( ) => {
581581 const fullName = cert . repoData . fullName
582582 const repoUrl = `https://commitmentissues.dev/?repo=${ encodeURIComponent ( fullName ) } `
583- const shieldsUrl = `https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-C4A882 ?style=for-the-badge&labelColor=cc0000`
583+ const shieldsUrl = `https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-555 ?style=for-the-badge&labelColor=cc0000`
584584 const badgeMd = `[](${ repoUrl } )`
585- const shieldsPreviewUrl = `https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-C4A882 ?style=for-the-badge&labelColor=cc0000`
585+ const shieldsPreviewUrl = `https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-555 ?style=for-the-badge&labelColor=cc0000`
586586
587587 const CopyIcon = ( { done } : { done : boolean } ) => done
588588 ? < svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = "2.5" strokeLinecap = "round" strokeLinejoin = "round" > < polyline points = "20 6 9 17 4 12" /> </ svg >
You can’t perform that action at this time.
0 commit comments