Merge pull request #5483 from backstage/rugvip/notgreet

catalog: switch out time-based greeting for plain title
This commit is contained in:
Patrik Oldsberg
2021-04-27 14:26:06 +02:00
committed by GitHub
10 changed files with 18 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Updates the end to end test in the app to match the new catalog index page title. To apply this change to an existing app, update `packages/app/cypress/integration/app.js` to search for `"My Company Catalog"` instead of `"My Company Service Catalog"`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Switch out the time-based personal greeting for a plain title on the catalog index page, and remove the clocks for different timezones.