From bf4d4b66bfd5d88d9e052721d28f8ee0c44eced8 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Wed, 6 Dec 2023 06:57:25 -0600 Subject: [PATCH] Manual changes for release Signed-off-by: Andre Wanlin --- app-config.yaml | 2 +- packages/app/src/components/catalog/EntityPage.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 314c201af..5fc859aa6 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -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] diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index 91b1d575e..3099a5eb5 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -335,9 +335,12 @@ const groupPage = ( - + + + +