Skip to content

Commit

Permalink
Manual changes for release
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <[email protected]>
  • Loading branch information
awanlin committed Dec 6, 2023
1 parent 35a96e7 commit bf4d4b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backend:
port: 7007
csp:
connect-src: ["'self'", 'http:', 'https:']
img-src: ["'self'", 'data:', 'https://backstage.io']
img-src: ["'self'", 'data:', 'https://backstage.io', 'https://img.shields.io']
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
Expand Down
5 changes: 4 additions & 1 deletion packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,12 @@ const groupPage = (
<Grid item xs={12} md={6}>
<EntityOwnershipCard variant="gridItem" />
</Grid>
<Grid item xs={12}>
<Grid item xs={12} md={6}>
<EntityMembersListCard />
</Grid>
<Grid item xs={12} md={6}>
<EntityLinksCard />
</Grid>
</Grid>
</EntityLayout.Route>
</EntityLayoutWrapper>
Expand Down

0 comments on commit bf4d4b6

Please sign in to comment.