Skip to content

Commit f679c7a

Browse files
committed
Added latest changes to About modal, widened it ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent 7e952e8 commit f679c7a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

chromium/extension/components/modals.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ window.modals = {
3838
+ `<span style="${labelStyles}">📜 ${this.getMsg('about_openSourceCode')}:</span> `
3939
+ `<a href="${app.urls.github}" target="_blank" rel="nopener">`
4040
+ 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`
4144
+ `<span style="${labelStyles}">⚡ ${this.getMsg('about_poweredBy')}:</span> `
4245
+ `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`,
43-
modalBtns, '', 730
46+
modalBtns, '', 747
4447
)
4548

4649
// Format text

firefox/extension/components/modals.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ window.modals = {
3838
+ `<span style="${labelStyles}">📜 ${this.getMsg('about_openSourceCode')}:</span> `
3939
+ `<a href="${app.urls.github}" target="_blank" rel="nopener">`
4040
+ 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`
4144
+ `<span style="${labelStyles}">⚡ ${this.getMsg('about_poweredBy')}:</span> `
4245
+ `<a href="${app.urls.chatgptjs}" target="_blank" rel="noopener">chatgpt.js</a>`,
43-
modalBtns, '', 730
46+
modalBtns, '', 747
4447
)
4548

4649
// Format text

0 commit comments

Comments
 (0)