({
id: 'homepage.visits',
});
diff --git a/plugins/home/src/homePageComponents/QuickStart/QuickStart.stories.tsx b/plugins/home/src/homePageComponents/QuickStart/QuickStart.stories.tsx
index 0f83f7915e..a32c0da1e3 100644
--- a/plugins/home/src/homePageComponents/QuickStart/QuickStart.stories.tsx
+++ b/plugins/home/src/homePageComponents/QuickStart/QuickStart.stories.tsx
@@ -18,6 +18,7 @@ import { QuickStartCard } from '../../plugin';
import { ComponentType, PropsWithChildren } from 'react';
import { wrapInTestApp } from '@backstage/test-utils';
import Grid from '@material-ui/core/Grid';
+import Typography from '@material-ui/core/Typography';
import OpenInNewIcon from '@material-ui/icons/OpenInNew';
import ContentImage from './static/backstageSystemModel.png';
@@ -64,11 +65,11 @@ export const Customized = () => {
}
cardDescription="Backstage system model will help you create new entities"
additionalContent={
-
+
This is a custom description for the Quick Start card. It can be
used to provide additional information or context about the Quick
Start process.
-
+
}
/>
diff --git a/plugins/home/src/translation.ts b/plugins/home/src/translation.ts
index 6e8ad2c511..480e2850b9 100644
--- a/plugins/home/src/translation.ts
+++ b/plugins/home/src/translation.ts
@@ -16,6 +16,9 @@
import { createTranslationRef } from '@backstage/frontend-plugin-api';
/**
+ * Translation reference for the home plugin.
+ * Contains localized text strings for home page components and widgets.
+ *
* @alpha
*/
export const homeTranslationRef = createTranslationRef({
diff --git a/yarn.lock b/yarn.lock
index ceca19aa30..61cdfd6deb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5897,6 +5897,7 @@ __metadata:
resolution: "@backstage/plugin-home-react@workspace:plugins/home-react"
dependencies:
"@backstage/cli": "workspace:^"
+ "@backstage/core-compat-api": "workspace:^"
"@backstage/core-components": "workspace:^"
"@backstage/core-plugin-api": "workspace:^"
"@backstage/frontend-plugin-api": "workspace:^"
@@ -5928,10 +5929,13 @@ __metadata:
"@backstage/cli": "workspace:^"
"@backstage/config": "workspace:^"
"@backstage/core-app-api": "workspace:^"
+ "@backstage/core-compat-api": "workspace:^"
"@backstage/core-components": "workspace:^"
"@backstage/core-plugin-api": "workspace:^"
"@backstage/dev-utils": "workspace:^"
+ "@backstage/frontend-defaults": "workspace:^"
"@backstage/frontend-plugin-api": "workspace:^"
+ "@backstage/plugin-catalog": "workspace:^"
"@backstage/plugin-catalog-react": "workspace:^"
"@backstage/plugin-home-react": "workspace:^"
"@backstage/test-utils": "workspace:^"
@@ -30972,6 +30976,7 @@ __metadata:
"@backstage/plugin-catalog-unprocessed-entities": "workspace:^"
"@backstage/plugin-devtools": "workspace:^"
"@backstage/plugin-home": "workspace:^"
+ "@backstage/plugin-home-react": "workspace:^"
"@backstage/plugin-kubernetes": "workspace:^"
"@backstage/plugin-kubernetes-cluster": "workspace:^"
"@backstage/plugin-notifications": "workspace:^"