mirror of
https://github.com/strapi/strapi.git
synced 2025-12-13 07:55:33 +00:00
Remove alert in HomePage component
This commit is contained in:
parent
877afe4337
commit
6564177e12
@ -18,9 +18,6 @@ export default class HomePage extends React.Component { // eslint-disable-line r
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className="alert alert-success" role="alert">
|
||||
<strong>Welcome!</strong> You successfully loaded the Settings Manager Plugin.
|
||||
</div>
|
||||
<h1>
|
||||
<FormattedMessage {...messages.header} />
|
||||
</h1>
|
||||
|
||||
@ -8,6 +8,6 @@ import { defineMessages } from 'react-intl';
|
||||
export default defineMessages({
|
||||
header: {
|
||||
id: 'app.components.HomePage.header',
|
||||
defaultMessage: 'This is Settings Manager plugin!',
|
||||
defaultMessage: 'This is the Settings Manager plugin!',
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user