Skip to content

Commit 313bfc0

Browse files
fix: badge right side grey (#555) instead of sandy
1 parent 5d4a8fe commit 313bfc0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Paste a public GitHub URL. Get a shareable **Certificate of Death** — algorith
1616

1717
Got 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

2525
The badge and full certificate embed markdown are generated automatically on the certificate page — just hit **Copy** after analyzing your repo.

src/components/CertificateCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = `[![commitmentissues](${shieldsUrl})](${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>

0 commit comments

Comments
 (0)