keep the custom homepage section in app custom theme page

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2022-02-09 10:54:51 +01:00
parent e0ca377789
commit f87a740a6a
+5
View File
@@ -253,3 +253,8 @@ const LogoFull = () => {
return <img src={MyCustomLogoFull} />;
};
```
## Custom Home Page
In addition to a custom theme, a custom logo, you can also customize the
homepage of your app. Read the full guide on the [next page](homepage.md).