Updated message-gutter css

This commit is contained in:
2021-12-19 22:31:49 -06:00
parent 82db833f67
commit 4011b3b191
4 changed files with 7 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ function sleep(ms) {
const importSession = () => {
browser.tabs.create({
url: browser.extension.getURL("../pages/import.html"),
url: browser.runtime.getURL("../pages/import.html"),
active: true
});
}