Skip to content

Commit 0a4f19b

Browse files
committed
Bumped rising-stars.css ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 387d357 commit 0a4f19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

starters/chrome/extension/content.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
// Add STARS styles for modals
8282
['black', 'white'].forEach(color => document.head.append(
8383
dom.create.elem('link', { rel: 'stylesheet',
84-
href: `https://assets.aiwebextensions.com/styles/css/${color}-rising-stars.min.css?v=542104c`
84+
href: `https://assets.aiwebextensions.com/styles/rising-stars/dist/${
85+
color}.min.css?v=0cde30f9ae3ce99ae998141f6e7a36de9b0cc2e7`
8586
})))
8687

8788
if (config.extensionDisabled) return

0 commit comments

Comments
 (0)