From 817cbc0f4394366291c942288c0dc50439efdb65 Mon Sep 17 00:00:00 2001 From: darylgraham Date: Wed, 4 Sep 2024 06:03:01 +0000 Subject: [PATCH] Update wording in user-settings README to clarify example location Signed-off-by: darylgraham --- plugins/user-settings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user-settings/README.md b/plugins/user-settings/README.md index 41a6930ae3..ee26a5f332 100644 --- a/plugins/user-settings/README.md +++ b/plugins/user-settings/README.md @@ -91,7 +91,7 @@ To standardize the UI of all setting tabs, make sure you use a similar component structure as the other tabs. You can take a look at [the example extra tab](https://github.com/backstage/backstage/blob/master/packages/app/src/components/advancedSettings/AdvancedSettings.tsx) -we have created in Backstage's demo app. +we have created in Backstage's example app. To change the layout altogether, create a custom page in `packages/app/src/components/user-settings/SettingsPage.tsx`: