diff options
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/_default/_markup')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html b/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html index 813c389..2b48840 100644 --- a/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html +++ b/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html @@ -11,8 +11,8 @@ <div class="code-copy-wrapper"> <span role="status" aria-live="polite" class="sr-only code-copy-status"></span> <button class="code-copy-btn" aria-label="Copy code" data-copy-target> - <i data-feather="copy" aria-hidden="true"></i> - <i data-feather="check" aria-hidden="true" class="hidden"></i> + <i data-feather="copy" class="icon-copy" aria-hidden="true"></i> + <i data-feather="check" class="icon-check hidden" aria-hidden="true"></i> </button> </div> </div> |
