We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa78c27 commit 76452d4Copy full SHA for 76452d4
packages/docs/components/copy-markdown-button.tsx
@@ -30,7 +30,7 @@ export function CopyMarkdownButton({ content, className = "" }: CopyMarkdownButt
30
>
31
<div className="flex items-center gap-1.5">
32
{copied ? <Check className="w-3 h-3" /> : <Copy className="w-3 h-3" />}
33
- <span>Copy .md</span>
+ <span>Copy markdown</span>
34
</div>
35
</button>
36
);
0 commit comments