From 61b2689f8b857ee09db33acc53c629c397ff8fc3 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Wed, 24 Mar 2021 19:56:56 -0600 Subject: [PATCH] Permalinks Signed-off-by: Tim Hansen --- .changeset/five-eagles-flow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/five-eagles-flow.md b/.changeset/five-eagles-flow.md index e05e6afa04..a546506907 100644 --- a/.changeset/five-eagles-flow.md +++ b/.changeset/five-eagles-flow.md @@ -32,10 +32,10 @@ catalog: Additionally, the default app sidebar was updated to parity with the Backstage repo. You can see these changes in the template -[App.tsx](https://github.com/backstage/backstage/blob/master/packages/create-app/templates/default-app/packages/app/src/App.tsx) +[App.tsx](https://github.com/backstage/backstage/blob/8817a87cdd5c881fbe8a43557ba7f9df0f9e3258/packages/create-app/templates/default-app/packages/app/src/App.tsx#L70) referencing a new `Root` component. Finally, compare your `packages/app/src/components/catalog/EntityPage.tsx` to -[EntityPage](https://github.com/backstage/backstage/blob/master/packages/create-app/templates/default-app/packages/app/src/components/catalog/EntityPage.tsx) +[EntityPage](https://github.com/backstage/backstage/blob/8817a87cdd5c881fbe8a43557ba7f9df0f9e3258/packages/create-app/templates/default-app/packages/app/src/components/catalog/EntityPage.tsx) from the `@backstage/create-app` default template to pick up additional changes there.