diff --git a/assets/scss/common.scss b/assets/scss/common.scss index 7cb2d3e97..50f8dab47 100644 --- a/assets/scss/common.scss +++ b/assets/scss/common.scss @@ -388,7 +388,7 @@ section { z-index: 2; width: 20px; height: 20px; - background-image: url('/images/docs/copy-code.svg'); + background-image: url('/images/docs/copy.png'); background-repeat: no-repeat; background-size: cover; cursor: pointer; diff --git a/static/images/docs/copy.png b/static/images/docs/copy.png new file mode 100644 index 000000000..615e8b53d Binary files /dev/null and b/static/images/docs/copy.png differ