mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
[CORL-132] Show version info (#2224)
* feat: show version info * fix: use version from talk-common/version
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user