Skip to content

Commit 515b849

Browse files
Sneezrymymindstorm
andcommitted
Update src/components/Popup/EntryComponent.vue
Co-authored-by: Brendan <[email protected]>
1 parent 2dc7f58 commit 515b849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/Popup/EntryComponent.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default Vue.extend({
153153
);
154154
},
155155
getFaviconUrl(u: string) {
156-
// for MV3
156+
// TODO: Switch to commented out implementation when MV3
157157
// const url = new URL(chrome.runtime.getURL("/_favicon/"));
158158
// url.searchParams.set("pageUrl", "https://" + u);
159159
// url.searchParams.set("size", "16");

0 commit comments

Comments
 (0)