Update changeset

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-25 11:04:47 -04:00
parent 3039179996
commit 5a5b0bf7a9
+2 -2
View File
@@ -10,7 +10,7 @@ For example,
```diff
const SystemEntityPage = ({ entity }: { entity: Entity }) => (
<EntityPageLayout>
<EntityPageLayoutWrapper>
<EntityPageLayout.Content
path="/*"
title="Overview"
@@ -21,6 +21,6 @@ For example,
+ title="Diagram"
+ element={<EntitySystemDiagramCard />}
+ />
</EntityPageLayout>
</EntityPageLayoutWrapper>
);
```