Updated packages.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React from "react";
|
||||
import { Typography } from "antd";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<div style={{ textAlign: "center", margin: "1rem 0rem" }}>
|
||||
@@ -10,8 +11,13 @@ export default function AboutPage() {
|
||||
© 2019 - {new Date().getFullYear()} Snapt Software Inc. used under
|
||||
license to ImEX Systems Inc.
|
||||
</Typography.Title>
|
||||
<Typography.Title level={1}>Third Party Notices</Typography.Title>
|
||||
<Typography.Text>Placeholder.</Typography.Text>
|
||||
<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