change icon label

This commit is contained in:
Nate Kelley 2025-09-23 13:14:25 -06:00
parent 3488f8798b
commit 23f86a90ec
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ export const useNavigatetoMetricItem = ({
},
{
value: 'results-chart',
label: 'Results chart',
label: 'View results',
icon: <Table />,
link: {
to: '/app/metrics/$metricId/results',
@ -299,7 +299,7 @@ export const useNavigatetoMetricItem = ({
},
{
value: 'sql-chart',
label: 'SQL chart',
label: 'View SQL',
icon: <Code />,
link: {
to: '/app/metrics/$metricId/sql',