fix: options page (#131)
* fix: options page * chore: rename title of options page --------- Co-authored-by: Razboy20 <razboy20@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ export default function PopupMain(): JSX.Element {
|
||||
));
|
||||
|
||||
const handleOpenOptions = async () => {
|
||||
const url = chrome.runtime.getURL('/src/pages/options/index.html');
|
||||
const url = chrome.runtime.getURL('/options.html');
|
||||
await openTabFromContentScript(url);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user