Skip to content

Commit 67da5ae

Browse files
committed
Delete AppNameWarning
1 parent a098b38 commit 67da5ae

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

src/components/common/AppNameWarning.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/components/common/UsefulContentSection.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
getTransitionDuration,
1111
} from '../../utils'
1212
import UpgradeSupportAlert from './UpgradeSupportAlert'
13-
import AppNameWarning from './AppNameWarning'
1413
import UsefulLinks from './UsefulLinks'
1514
import AlignDepsAlert from './AlignDepsAlert'
1615

@@ -217,10 +216,6 @@ class UsefulContentSection extends Component {
217216
<Separator />
218217

219218
<UpgradeSupportAlert />
220-
221-
<Separator />
222-
223-
<AppNameWarning />
224219
</ContentContainer>
225220
</InnerContainer>
226221
</Container>

0 commit comments

Comments
 (0)