Skip to content

Commit

Permalink
Remove browser download. Reword help.
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Nov 16, 2023
1 parent 664558b commit 22c49ff
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/gui/pages/about-build.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,18 @@ export default function AboutBuild() {
</Grid>
<Grid item md={4} sm={6} xs={12}>
<Typography variant={'h5'} gutterBottom>
Downloading data from this device
Backup from this device
</Typography>

<Typography variant={'body2'}>
Data download functionality is not well-supported by all
device+browser combinations. Try the following buttons to access
data from this device.
Share or save a file containing all notebooks and records stored
on this device. Data download functionality is not well-supported
by all device+browser combinations.
</Typography>
</Grid>
<Grid item md={8} sm={6} xs={12}>
<Grid container spacing={2} alignItems={'center'}>
<Grid item>
{/* <Grid item>
<Button
disableElevation
variant={'contained'}
Expand All @@ -232,7 +232,7 @@ export default function AboutBuild() {
</Grid>
<Grid item sm={'auto'}>
<Typography variant={'body2'}>Browsers only</Typography>
</Grid>
</Grid> */}

<Grid item>
<Button
Expand All @@ -246,9 +246,6 @@ export default function AboutBuild() {
Share local database contents
</Button>
</Grid>
<Grid item sm={'auto'}>
<Typography variant={'body2'}>App and some browsers</Typography>
</Grid>
</Grid>
</Grid>

Expand Down

0 comments on commit 22c49ff

Please sign in to comment.