diff --git a/.changeset/sour-plums-enjoy.md b/.changeset/sour-plums-enjoy.md
deleted file mode 100644
index ef68166255..0000000000
--- a/.changeset/sour-plums-enjoy.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@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.
diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx
index d4db2b0e63..d6f91957a9 100644
--- a/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/app/src/components/catalog/EntityPage.tsx
@@ -441,6 +441,10 @@ const groupPage = (
+
+
+
+
);
@@ -459,9 +463,6 @@ const systemPage = (
-
-
-
);
diff --git a/packages/create-app/templates/default-app/packages/app/src/components/catalog/EntityPage.tsx b/packages/create-app/templates/default-app/packages/app/src/components/catalog/EntityPage.tsx
index a302bb6dd7..f1aba46c52 100644
--- a/packages/create-app/templates/default-app/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/create-app/templates/default-app/packages/app/src/components/catalog/EntityPage.tsx
@@ -208,6 +208,10 @@ const groupPage = (
+
+
+
+
);
@@ -226,9 +230,6 @@ const systemPage = (
-
-
-
);