Skip to content

Commit 2d557a2

Browse files
fix: badge right side sandy/warm color instead of dark
1 parent f5fb2a5 commit 2d557a2

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
@@ -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-1a0f06?style=for-the-badge&labelColor=cc0000`
583+
const shieldsUrl = `https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-C4A882?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-1a0f06?style=for-the-badge&labelColor=cc0000`
585+
const shieldsPreviewUrl = `https://img.shields.io/badge/%F0%9F%AA%A6%20declared%20dead-view%20certificate-C4A882?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)