Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
Derrick Mehaffy 2020-08-05 11:02:40 -07:00
parent b047dbfb79
commit 39e76716d2
No known key found for this signature in database
GPG Key ID: A6B6CD84E1DE1344

View File

@ -58,7 +58,7 @@ const HomePage = ({ global: { plugins }, history: { push } }) => {
export default memo(HomePage);
```
Now the admin panel home page should just contain the sentence `Hello Wold!`.
Now the admin panel home page should just contain the sentence `Hello World!`.
## Update the Content Manager