Skip to content

Commit

Permalink
04-fix-bug-1
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Sep 3, 2024
1 parent 6ab8250 commit c38c564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions src/core/utils/default_nav_groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ const defaultNavGroups = {
defaultMessage: 'Essentials',
}),
description: i18n.translate('core.ui.group.essential.description', {
defaultMessage:
'Analyze data to derive insights, identify patterns and trends, and make data-driven decisions.',
defaultMessage: 'Get start with just the basics',
}),
order: 7000,
icon: 'wsEssentials',
Expand Down
12 changes: 6 additions & 6 deletions src/plugins/home/public/application/home_render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ export const setupHome = (contentManagement: ContentManagementPluginSetup) => {
id: HOME_PAGE_ID,
title: 'Home',
sections: [
{
id: SECTIONS.GET_STARTED,
order: 1000,
title: "Get started with OpenSearch's powerful features",
kind: 'card',
},
{
id: SECTIONS.RECENTLY_VIEWED,
order: 2000,
Expand All @@ -56,6 +50,12 @@ export const setupHome = (contentManagement: ContentManagementPluginSetup) => {
order: 3000,
kind: 'dashboard',
},
{
id: SECTIONS.GET_STARTED,
order: 1000,
title: "Get started with OpenSearch's powerful features",
kind: 'card',
},
],
});
};
Expand Down
1 change: 0 additions & 1 deletion src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ export class WorkspacePlugin
WORKSPACE_USE_CASES.search,
WORKSPACE_USE_CASES.essentials,
];

useCases.forEach((useCase, index) => {
contentManagement.registerContentProvider({
id: `home_get_start_${useCase.id}`,
Expand Down

0 comments on commit c38c564

Please sign in to comment.