We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a098b38 commit 67da5aeCopy full SHA for 67da5ae
src/components/common/AppNameWarning.js
src/components/common/UsefulContentSection.js
@@ -10,7 +10,6 @@ import {
10
getTransitionDuration,
11
} from '../../utils'
12
import UpgradeSupportAlert from './UpgradeSupportAlert'
13
-import AppNameWarning from './AppNameWarning'
14
import UsefulLinks from './UsefulLinks'
15
import AlignDepsAlert from './AlignDepsAlert'
16
@@ -217,10 +216,6 @@ class UsefulContentSection extends Component {
217
216
<Separator />
218
219
<UpgradeSupportAlert />
220
-
221
- <Separator />
222
223
- <AppNameWarning />
224
</ContentContainer>
225
</InnerContainer>
226
</Container>
0 commit comments