- Merge client update into test-beta
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
import React from "react";
|
||||
import { Typography } from "antd";
|
||||
import {Typography} from "antd";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<div style={{ textAlign: "center", margin: "1rem 0rem" }}>
|
||||
<Typography.Title
|
||||
level={2}
|
||||
>{`Rome Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</Typography.Title>
|
||||
<Typography.Title level={4}>
|
||||
© 2019 - {new Date().getFullYear()} ImEX Systems Inc. used under
|
||||
license to Rome Technologies
|
||||
</Typography.Title>
|
||||
<Typography.Title level={2}>Third Party Notices</Typography.Title>
|
||||
<a href="/3rdparty-app.txt">
|
||||
<Typography.Title level={4}>Application</Typography.Title>
|
||||
</a>
|
||||
<a href="/3rdparty-api.txt">
|
||||
<Typography.Title level={4}>API</Typography.Title>
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
return (
|
||||
<div style={{textAlign: "center", margin: "1rem 0rem"}}>
|
||||
<Typography.Title
|
||||
level={2}
|
||||
>{`Rome Online V.${process.env.NODE_ENV}-${process.env.REACT_APP_GIT_SHA}`}</Typography.Title>
|
||||
<Typography.Title level={4}>
|
||||
© 2019 - {new Date().getFullYear()} ImEX Systems Inc. used under
|
||||
license to Rome Technologies
|
||||
</Typography.Title>
|
||||
<Typography.Title level={2}>Third Party Notices</Typography.Title>
|
||||
<a href="/3rdparty-app.txt">
|
||||
<Typography.Title level={4}>Application</Typography.Title>
|
||||
</a>
|
||||
<a href="/3rdparty-api.txt">
|
||||
<Typography.Title level={4}>API</Typography.Title>
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user