File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ const Builder = () => {
99
99
100
100
const originalFetch = window.fetch;
101
101
window.fetch = function(input, init) {
102
+ console.log(input);
102
103
let url;
103
104
if (typeof input === 'string') {
104
105
url = input;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const GoogleFonts_Icons_ArrowDropUp = (props) => (
31
31
< path d = "M328-400q-9 0-14.5-6t-5.5-14q0-2 6-14l145-145q5-5 10-7t11-2q6 0 11 2t10 7l145 145q3 3 4.5 6.5t1.5 7.5q0 8-5.5 14t-14.5 6H328Z" />
32
32
</ svg >
33
33
) ;
34
- const Img = ( { item, className } ) => ( < img src = { item [ 1 ] } title = { item [ 0 ] } alt = "" className = { 'fi r2px ow' + className ? ' ' + className : '' } /> ) ;
34
+ const Img = ( { item, className } ) => ( < img src = { item [ 1 ] } title = { item [ 0 ] } alt = "" className = { 'fi r2px ow' + ( className ? ' ' + className : '' ) } /> ) ;
35
35
36
36
let selectID = 0 ;
37
37
const ArrowDropUp_Translate = [ 'none' , '0px -1px' ] ;
You can’t perform that action at this time.
0 commit comments