Skip to content

Commit 3d834af

Browse files
chore: remove em dash from README badge caption
Em dashes in user-facing copy read as "AI wrote this." Matches the same fix already applied to CertificateCard's badge caption in 8ea8267. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8ea8267 commit 3d834af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ReadmeBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function ReadmeBadge({ username }: Props) {
5252
{/* Copy row */}
5353
<div className="readme-badge-row" style={{ marginTop: '10px' }}>
5454
<p className="readme-badge-caption" style={{ fontFamily: MONO, margin: 0, textAlign: 'left' }}>
55-
↻ paste once updates automatically
55+
↻ paste once, updates automatically
5656
</p>
5757
<button
5858
onClick={handleCopy}

0 commit comments

Comments
 (0)