We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19770d commit ea7a763Copy full SHA for ea7a763
packages/chrome/src/Tab.tsx
@@ -61,7 +61,7 @@ export class Tab extends StatefulClass {
61
this.history = new History(this);
62
this.history.push(this.url, undefined);
63
64
- this.icon = defaultFaviconUrl;
+ this.icon = null;
65
66
let resolver: () => void;
67
this.waitForChobitsuInit = new Promise((resolve) => {
0 commit comments