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:
Lukas Zenick
2024-03-08 20:58:52 -06:00
committed by GitHub
parent 10eb9e4456
commit dc100b5d3a
5 changed files with 9 additions and 3 deletions

View File

@@ -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);
};