Skip to content

Commit cf7f0bb

Browse files
authored
fix(products): update logs category from 'Unreleased' to 'Tools' (#42263)
1 parent 793fa17 commit cf7f0bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/src/products.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"type": null,
8686
"intents": ["llm_analytics"]
8787
},
88-
{ "path": "Logs", "category": "Unreleased", "iconType": null, "type": null, "intents": ["logs"] },
88+
{ "path": "Logs", "category": "Tools", "iconType": null, "type": null, "intents": ["logs"] },
8989
{
9090
"path": "Product analytics",
9191
"category": "Analytics",

frontend/src/products.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ export const getTreeItemsProducts = (): FileSystemImport[] => [
10751075
{
10761076
path: 'Logs',
10771077
intents: [ProductKey.LOGS],
1078-
category: 'Unreleased',
1078+
category: 'Tools',
10791079
iconType: 'logs' as FileSystemIconType,
10801080
iconColor: ['var(--color-product-logs-light)'] as FileSystemIconColor,
10811081
href: urls.logs(),

products/logs/manifest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const manifest: ProductManifest = {
3030
{
3131
path: 'Logs',
3232
intents: [ProductKey.LOGS],
33-
category: 'Unreleased',
33+
category: 'Tools',
3434
iconType: 'logs' as FileSystemIconType,
3535
iconColor: ['var(--color-product-logs-light)'] as FileSystemIconColor,
3636
href: urls.logs(),

0 commit comments

Comments
 (0)