File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-scripts/layout/views/partials Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
const header = document.getElementById('outdated-browser');
2
2
const outdatedFeatures = Object.keys(Modernizr).filter(feature => !Modernizr[feature]);
3
- const unsupportedBrowserFlag = getFeatureFlag('frontier_snow_unsupportedBrowser', {appName: process.env.APP_NAME});
4
3
5
- if (unsupportedBrowserFlag && outdatedFeatures.length > 0 && !embeddedMobile && header) {
4
+ if (outdatedFeatures.length > 0 && !embeddedMobile && header) {
6
5
header.style.display = 'block';
7
6
}
Original file line number Diff line number Diff line change 5
5
padding : 10px 20px ;
6
6
color : #B14402 ;
7
7
background-color : #FAECB4 ;
8
+ font-size : 14px ;
8
9
"
9
10
>
10
11
<div style =" display : flex ; align-items : center ; justify-content : center ;" >
You can’t perform that action at this time.
0 commit comments