1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-07 04:43:20 +01:00

Merge pull request #122 from hyperspacedev/1.0.3-brand-rename

HD-12 Brand rename
This commit is contained in:
Marquis Kurt 2019-11-11 17:21:28 -05:00 committed by GitHub
commit d67d900e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "hyperspace",
"version": "1.0.0",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "hyperspace",
"productName": "Hyperspace",
"productName": "Hyperspace Desktop",
"version": "1.0.3",
"description": "A beautiful, fluffy client for the fediverse",
"author": "Marquis Kurt <hyperspacedev@marquiskurt.net>",

View File

@ -139,7 +139,7 @@ class AboutPage extends Component<any, IAboutPageState> {
<Typography variant="h4" component="p">
{this.state.brandName
? this.state.brandName
: "Hyperspace"}
: "Hyperspace Desktop"}
</Typography>
<Typography>
Version{" "}
@ -470,7 +470,7 @@ class AboutPage extends Component<any, IAboutPageState> {
developers. All rights reserved.
</Typography>
<Typography variant="caption" paragraph>
{this.state ? this.state.brandName : "Hyperspace"} is
{this.state ? this.state.brandName : "Hyperspace"} Desktop is
made possible by the{" "}
<Link
href={"https://material-ui.com"}