Copyright scrub
This commit is contained in:
@@ -178,7 +178,7 @@ const AboutDialog = class extends Component<AboutDialogProps, AboutDialogState>
|
||||
|
||||
</div>
|
||||
<Typography noWrap display="block" variant="body2" style={{ marginBottom: 12 }} >
|
||||
Copyright © 2022-2025 Robin Davies.
|
||||
Copyright © Robin Davies.
|
||||
</Typography>
|
||||
{this.model.isAndroidHosted() && (
|
||||
<Typography noWrap display="block" variant="body2" style={{ marginBottom: 0 }} >
|
||||
@@ -188,7 +188,7 @@ const AboutDialog = class extends Component<AboutDialogProps, AboutDialogState>
|
||||
|
||||
{this.model.isAndroidHosted() && (
|
||||
<Typography noWrap display="block" variant="body2" style={{ marginBottom: 12 }} >
|
||||
Copyright © 2022-2026 Robin Davies.
|
||||
Copyright © Robin Davies.
|
||||
</Typography>
|
||||
)}
|
||||
<Divider />
|
||||
|
||||
Reference in New Issue
Block a user