Skip to content

Commit 44aecc9

Browse files
authored
[TSPS-516] Custom favicon for Imputation UI (#5342)
1 parent 2c89716 commit 44aecc9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/dsp-favicon.png

3.73 KB
Loading

src/components/Favicon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as Utils from 'src/libs/utils';
77

88
const faviconPath = Utils.cond(
99
[isBioDataCatalyst(), () => bioDataCatalystFavicon],
10-
[isScientificServices(), () => '/favicon.png'], // TODO: TSPS-516, use a new favicon for Scientific Services
10+
[isScientificServices(), () => '/dsp-favicon.png'],
1111
[DEFAULT, () => '/favicon.png']
1212
);
1313

0 commit comments

Comments
 (0)