fix: change icon paths to _static
This commit is contained in:
@@ -14,7 +14,12 @@ export default function CopyButton({
|
||||
|
||||
return (
|
||||
<Button onClick={handleCopy} type="button" variant="icon">
|
||||
<Image alt="Copy Icon" height={20} src="/copy.svg" width={20} />
|
||||
<Image
|
||||
alt="Copy Icon"
|
||||
height={20}
|
||||
src="/_static/icons/copy.svg"
|
||||
width={20}
|
||||
/>
|
||||
</Button>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user