From b8705d32a80f38cb73583a2cbb8ac5866f6c6cb8 Mon Sep 17 00:00:00 2001 From: punamdahiya Date: Fri, 3 Aug 2018 16:29:37 -0700 Subject: [PATCH] Fixes #4738 - Remove subtitle link favicon (#4739) --- server/src/pages/shot/view.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/src/pages/shot/view.js b/server/src/pages/shot/view.js index ec3e931f48..39c7cf643a 100644 --- a/server/src/pages/shot/view.js +++ b/server/src/pages/shot/view.js @@ -400,12 +400,6 @@ class Body extends React.Component { renderGetFirefox = renderExtensionNotification = false; } - let favicon = null; - if (shot.favicon) { - // We use background-image so if the image is broken it just doesn't show: - favicon =
; - } - const noText = this.props.abTests && this.props.abTests.downloadText && this.props.abTests.downloadText.value === "no-download-text"; return ( @@ -418,7 +412,6 @@ class Body extends React.Component {
- { this.state.isChangingExpire ? null : favicon } { linkTextShort && !this.state.isChangingExpire ? { linkTextShort } : null } { this.state.isChangingExpire ? null : { timeDiff } } { expiresDiff }