🎨 comment TODO
This commit is contained in:
parent
7e9d2e9e4b
commit
0f3ed3567d
@ -1,6 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import classes from "./classes.module.scss";
|
import classes from "./classes.module.scss";
|
||||||
import VersionFile from "@Front/version.json";
|
import VersionFile from "@Front/version.json"; // TODO: This is a hack, we will use a proper versioning system stored in DB
|
||||||
import Typography, { ITypo, ITypoColor } from "../Typography";
|
import Typography, { ITypo, ITypoColor } from "../Typography";
|
||||||
|
|
||||||
type IProps = {};
|
type IProps = {};
|
||||||
@ -11,7 +11,7 @@ export default class Version extends React.Component<IProps, IState> {
|
|||||||
return <div className={classes["root"]}>
|
return <div className={classes["root"]}>
|
||||||
<Typography typo={ITypo.P_16} color={ITypoColor.GREY}>
|
<Typography typo={ITypo.P_16} color={ITypoColor.GREY}>
|
||||||
<div>
|
<div>
|
||||||
{VersionFile.version}
|
{VersionFile.version}
|
||||||
</div>
|
</div>
|
||||||
</Typography>
|
</Typography>
|
||||||
</div>;
|
</div>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user