Change category from Feedback to Data Display

This commit is contained in:
Adam Harvey
2021-01-25 15:58:15 -05:00
parent 789de4b164
commit ca748637f2
3 changed files with 3 additions and 3 deletions
@@ -20,7 +20,7 @@ import { Gauge } from './Gauge';
const containerStyle = { width: 300 };
export default {
title: 'Feedback/Gauge',
title: 'Data Display/Gauge',
component: Gauge,
};
@@ -20,7 +20,7 @@ import { LinearGauge } from './LinearGauge';
const containerStyle = { width: 300 };
export default {
title: 'Feedback/LinearGauge',
title: 'Data Display/LinearGauge',
component: LinearGauge,
};
@@ -27,7 +27,7 @@ import { Table } from '../Table';
import { InfoCard } from '../../layout/InfoCard';
export default {
title: 'Feedback/Status',
title: 'Data Display/Status',
component: StatusOK,
};