From f87a740a6a97562e9fff66412686dd7ab5ecbd6a Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 9 Feb 2022 10:54:51 +0100 Subject: [PATCH] keep the custom homepage section in app custom theme page Signed-off-by: Himanshu Mishra --- docs/getting-started/app-custom-theme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index b9b74f92dd..526150d184 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -253,3 +253,8 @@ const LogoFull = () => { return ; }; ``` + +## 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).