Skip to content

Commit 0e07b65

Browse files
committed
fix: Clipboard button does not display properly 📋
BTW, I changed my icon. Wouldn't it be nice for a change? 🌿
1 parent 69483f2 commit 0e07b65

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

js/codeblock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const codeBlock = async () => {
108108

109109
clip.className = 'fa-copy clip-button';
110110
clip.setAttribute('aria-label', 'Copy to clipboard');
111-
clip.innerHTML = '<i class="tooltiptext"></i>';
111+
clip.innerHTML = '<i class="tooltiptext"></i>';
112112

113113
const workerPool = new WorkerPool(codeQuery.length);
114114

js/serviceworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_VERSION = 'v0.13.1';
1+
const CACHE_VERSION = 'v0.13.2';
22
const CACHE_LIST = [
33
'/commentary/book.js',
44
'/commentary/elasticlunr.min.js',

scss/theme/general.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ pre {
110110
}
111111

112112
button {
113+
font-family: "Symbols Nerd Font Mono";
113114
cursor: inherit;
114115
margin: 0 0.4rem;
115116
padding: 0.4rem 0.4rem;

0 commit comments

Comments
 (0)