Use runtime.getURL

This commit is contained in:
Ajay
2024-01-21 13:51:32 -05:00
parent 8dfd06919b
commit 783326afca
7 changed files with 16 additions and 16 deletions

View File

@@ -223,7 +223,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
target="_blank" rel="noreferrer">
<img id={"sponsorTimeCategoriesHelpButton" + this.idSuffix}
className="helpButton"
src={chrome.extension.getURL("icons/help.svg")}
src={chrome.runtime.getURL("icons/help.svg")}
title={chrome.i18n.getMessage("categoryGuidelines")} />
</a>
</div>