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).