mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
copy: Rename copy-btn -> copy-button.
This commit is a part of the efforts to rename btn-related classes and variables to align with Zulip's no-abbreviations policy and streamline the search results.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="code-buttons-container">
|
||||
<span class="copy_codeblock copy-btn copy-btn-square" data-tippy-content="{{t 'Copy code' }}" aria-label="{{t 'Copy code' }}" role="button">
|
||||
<span class="copy_codeblock copy-button copy-button-square" data-tippy-content="{{t 'Copy code' }}" aria-label="{{t 'Copy code' }}" role="button">
|
||||
<i class="zulip-icon zulip-icon-copy" aria-hidden="true"></i>
|
||||
</span>
|
||||
{{~#if show_playground_button~}}
|
||||
|
Reference in New Issue
Block a user