From 5d01971dd33c3d49852e1886cc2f46046419d9a9 Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Mon, 19 Apr 2021 19:01:00 +0200 Subject: [PATCH] Revert "Delete sour-plums-enjoy.md" This reverts commit 7d9de03c4432d82ffad10937f39243f6fa4fcce8. Signed-off-by: Brett Wright --- .changeset/sour-plums-enjoy.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/sour-plums-enjoy.md diff --git a/.changeset/sour-plums-enjoy.md b/.changeset/sour-plums-enjoy.md new file mode 100644 index 0000000000..ef68166255 --- /dev/null +++ b/.changeset/sour-plums-enjoy.md @@ -0,0 +1,7 @@ +--- +'@backstage/create-app': patch +--- + +Fix system diagram card to be on the system page + +To apply the same fix to an existing application, in `EntityPage.tsx` simply move the `` for the `/diagram` path from the `groupPage` down into the `systemPage` element.