We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56823e3 commit 108b2ccCopy full SHA for 108b2cc
src/components/ui/rich-link/Favicon.tsx
@@ -62,7 +62,7 @@ export const Favicon: Component<FaviconProps> = (props) => {
62
try {
63
if (href) {
64
const url = new URL(href)
65
- nextSource = getUrlSource(url)
+ nextSource = getUrlSource(url) ?? source
66
}
67
} catch {
68
/* empty */
0 commit comments