File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
chromium/extension/components
firefox/extension/components Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,12 @@ window.modals = {
38
38
+ `<span style="${ labelStyles } ">📜 ${ this . getMsg ( 'about_openSourceCode' ) } :</span> `
39
39
+ `<a href="${ app . urls . github } " target="_blank" rel="nopener">`
40
40
+ app . urls . github + '</a>\n'
41
+ + `<span style="${ labelStyles } ">🚀 ${ this . getMsg ( 'about_latestChanges' ) } :</span> `
42
+ + `<a href="${ app . urls . github } /commits" target="_blank" rel="nopener">`
43
+ + `${ app . urls . github } /commits</a>\n`
41
44
+ `<span style="${ labelStyles } ">⚡ ${ this . getMsg ( 'about_poweredBy' ) } :</span> `
42
45
+ `<a href="${ app . urls . chatgptjs } " target="_blank" rel="noopener">chatgpt.js</a>` ,
43
- modalBtns , '' , 730
46
+ modalBtns , '' , 747
44
47
)
45
48
46
49
// Format text
Original file line number Diff line number Diff line change @@ -38,9 +38,12 @@ window.modals = {
38
38
+ `<span style="${ labelStyles } ">📜 ${ this . getMsg ( 'about_openSourceCode' ) } :</span> `
39
39
+ `<a href="${ app . urls . github } " target="_blank" rel="nopener">`
40
40
+ app . urls . github + '</a>\n'
41
+ + `<span style="${ labelStyles } ">🚀 ${ this . getMsg ( 'about_latestChanges' ) } :</span> `
42
+ + `<a href="${ app . urls . github } /commits" target="_blank" rel="nopener">`
43
+ + `${ app . urls . github } /commits</a>\n`
41
44
+ `<span style="${ labelStyles } ">⚡ ${ this . getMsg ( 'about_poweredBy' ) } :</span> `
42
45
+ `<a href="${ app . urls . chatgptjs } " target="_blank" rel="noopener">chatgpt.js</a>` ,
43
- modalBtns , '' , 730
46
+ modalBtns , '' , 747
44
47
)
45
48
46
49
// Format text
You can’t perform that action at this time.
0 commit comments