From 8436e20dadab0242aaf1bcca592e260a1e3ece14 Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Mon, 1 May 2023 17:13:55 +0100 Subject: [PATCH] Clarify docs Signed-off-by: Alex Crome --- 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 5676360dc0..1b97d5199b 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -400,7 +400,7 @@ As you've seen there are many ways that you can customize your Backstage app. Th For this example we'll show you how you can expand the sidebar with a sub-menu: 1. Open the `Root.tsx` file located in `packages/app/src/components/Root` as this is where the sidebar code lives -2. Then we want to add the following imports for the icons: +2. Then we want to add the following import for `useApp`: ```tsx title="packages/app/src/components/Root/Root.tsx" import { useApp } from '@backstage/core-plugin-api';