File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export const codeBlock = async () => {
108
108
109
109
clip . className = 'fa-copy clip-button' ;
110
110
clip . setAttribute ( 'aria-label' , 'Copy to clipboard' ) ;
111
- clip . innerHTML = '<i class="tooltiptext"></i>' ;
111
+ clip . innerHTML = '<i class="tooltiptext"></i> ' ;
112
112
113
113
const workerPool = new WorkerPool ( codeQuery . length ) ;
114
114
Original file line number Diff line number Diff line change 1
- const CACHE_VERSION = 'v0.13.1 ' ;
1
+ const CACHE_VERSION = 'v0.13.2 ' ;
2
2
const CACHE_LIST = [
3
3
'/commentary/book.js' ,
4
4
'/commentary/elasticlunr.min.js' ,
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ pre {
110
110
}
111
111
112
112
button {
113
+ font-family : " Symbols Nerd Font Mono" ;
113
114
cursor : inherit ;
114
115
margin : 0 0.4rem ;
115
116
padding : 0.4rem 0.4rem ;
You can’t perform that action at this time.
0 commit comments