Skip to content

Commit

Permalink
change 'Batch Plotting' to 'Plotting'
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgsmith committed Jul 30, 2024
1 parent 4e00633 commit c4d090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-pages/project/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Project = connect(
paddingSmall: true,
uri: '#uploader',
}, {
title: <Title text='Batch Plotting' icon={<SsidChart fontSize='inherit' sx={{ marginBottom: '2px' }} />} />,
title: <Title text='Plotting' icon={<SsidChart fontSize='inherit' sx={{ marginBottom: '2px' }} />} />,
content: <BatchPlotting />,
paddingSmall: true,
uri: '#batch-plotting',
Expand Down

0 comments on commit c4d090b

Please sign in to comment.