File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function formatCrateName(crateTitleAndVersion) {
9
9
10
10
function resetClipboard ( ) {
11
11
resetClipboardTimeout = null ;
12
- clipboard . textContent = '⎘ ' ;
12
+ clipboard . textContent = '📋︎ ' ;
13
13
}
14
14
15
15
function copyTextHandler ( ) {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1 id="crate-title">
27
27
{{ title }}
28
28
{%- else -%}
29
29
{{ metadata.name }} {{ metadata.version }}
30
- < span id ="clipboard " aria-label ="Copy crate name and version information "> ⎘ </ span >
30
+ < span id ="clipboard " class =" fa-svg fa-svg-fw " aria-label ="Copy crate name and version information "> {%- include "clipboard.svg" -%} </ span >
31
31
{%- endif -%}
32
32
</ h1 >
33
33
Original file line number Diff line number Diff line change 19
19
< ul class ="pure-menu-list menu-item-divided ">
20
20
< li class ="pure-menu-heading " id ="crate-title ">
21
21
{{ krate.name }} {{ krate.version }}
22
- < span id ="clipboard " aria-label ="Copy crate name and version information "> ⎘ </ span >
22
+ < span id ="clipboard " class =" fa-svg fa-svg-fw " aria-label ="Copy crate name and version information "> {%- include "clipboard.svg" -%} </ span >
23
23
</ li >
24
24
25
25
< li class ="pure-menu-item ">
You can’t perform that action at this time.
0 commit comments