mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
chore(v2): update infima to alpha 26 (#5001)
This commit is contained in:
parent
0e652730d4
commit
7dc9fe839b
12 changed files with 17 additions and 23 deletions
|
@ -245,7 +245,7 @@ export default function CodeBlock({
|
|||
message: 'Copy code to clipboard',
|
||||
description: 'The ARIA label for copy code blocks button',
|
||||
})}
|
||||
className={clsx(styles.copyButton)}
|
||||
className={clsx(styles.copyButton, 'clean-btn')}
|
||||
onClick={handleCopyCode}>
|
||||
{showCopied ? (
|
||||
<Translate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue