Skip to content

Commit 276827f

Browse files
committed
Removed whitespace ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 8617391 commit 276827f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
// Create/append RELATED EXTENSIONS footer button
133133
const moreExtensionsSpan = dom.create.elem('span', {
134-
title: 'More AI Extensions',
134+
title: 'More AI Extensions',
135135
class: 'menu-icon menu-area', style: 'right:2px ; padding-top: 2px' })
136136
const moreExtensionsIcon = icons.create({ name: 'plus', size: 16 })
137137
moreExtensionsSpan.onclick = () => { chrome.tabs.create({ url: app.urls.relatedExtensions }) ; close() }

0 commit comments

Comments
 (0)