Skip to content

Commit

Permalink
Update src/components/Popup/EntryComponent.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <mymindstorm@evermiss.net>
  • Loading branch information
Sneezry and mymindstorm committed Nov 3, 2023
1 parent 6c9a775 commit e6a7f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup/EntryComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default Vue.extend({
);
},
getFaviconUrl(u: string) {
// for MV3
// TODO: Switch to commented out implementation when MV3
// const url = new URL(chrome.runtime.getURL("/_favicon/"));
// url.searchParams.set("pageUrl", "https://" + u);
// url.searchParams.set("size", "16");
Expand Down

0 comments on commit e6a7f88

Please sign in to comment.