diff --git a/src/components/Tab.jsx b/src/components/Tab.jsx index de2dab8..3508683 100644 --- a/src/components/Tab.jsx +++ b/src/components/Tab.jsx @@ -100,7 +100,7 @@ function Tab({ tab, isHighlighted, onRemove, ...props }) { return ( - {/^https?:\/\//.test(tab.favIconUrl) ? ( + {/^(https?:\/\/|data:image)/.test(tab.favIconUrl) ? ( ) : ( favIconPlaceholder