Skip to content

Commit e6a7f88

Browse files
Sneezrymymindstorm
andauthored
Update src/components/Popup/EntryComponent.vue
Co-authored-by: Brendan <[email protected]>
1 parent 6c9a775 commit e6a7f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/EntryComponent.vue

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

0 commit comments

Comments
 (0)