From 1208397ea62a18b2546311e1f20835d61498d93b Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 16 Feb 2022 12:33:35 +0100 Subject: [PATCH] Home page -> homepage for consistency Signed-off-by: Himanshu Mishra --- docs/getting-started/app-custom-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 526150d184..34eca2429a 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -254,7 +254,7 @@ const LogoFull = () => { }; ``` -## Custom Home Page +## Custom Homepage 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).