[CORL-132] Show version info (#2224)

* feat: show version info

* fix: use version from talk-common/version
This commit is contained in:
Kiwi
2019-03-14 22:09:16 +00:00
committed by Wyatt Johnson
parent d37333be89
commit 1bf63285bc
13 changed files with 123 additions and 40 deletions
@@ -526,6 +526,15 @@ exports[`renders sign in form 1`] = `
</div>
</div>
</div>
<div
className="Flex-root Flex-flex Flex-justifyCenter"
>
<p
className="Typography-root Typography-detail Typography-colorTextPrimary Typography-alignCenter Version-version"
>
vTest
</p>
</div>
</div>
`;