mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 05:41:17 -04:00
fix custom image width/height when passed in as strings
This commit is contained in:
@@ -47,7 +47,7 @@ const CopyButton = forwardRef(function CopyButton(
|
||||
|
||||
return (
|
||||
<button
|
||||
className={cx({ copy: true, success: !!copied }, className)}
|
||||
className={cx({ button: true, success: !!copied }, className)}
|
||||
title="Copy to clipboard"
|
||||
aria-label="Copy to clipboard"
|
||||
onClick={handleCopy}
|
||||
|
Reference in New Issue
Block a user