docs: fix links to renamed app-legacy package

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Patrik Oldsberg
2026-02-07 22:57:32 +01:00
parent 95759066ad
commit 68cd53769a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ import {
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)
[the example extra tab](https://github.com/backstage/backstage/blob/master/packages/app-legacy/src/components/advancedSettings/AdvancedSettings.tsx)
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`: