fix: change header text in Storage component to 'Storage Resync'

main
Josue 4 years ago committed by Tsu-ba-me
parent 82121508f3
commit fbf22c310c
  1. 2
      striker-ui/components/Storage.tsx

@ -17,7 +17,7 @@ const Storage = ({ uuid }: { uuid: string }): JSX.Element => {
<Panel>
<Grid container alignItems="center" justify="space-around">
<Grid item xs={12}>
<HeaderText text="Storage" />
<HeaderText text="Storage Resync" />
</Grid>
<Grid item xs={5}>
<BodyText

Loading…
Cancel
Save