Skip to content

Commit 5e23a0d

Browse files
author
Keivan Vosoughi
committed
Add SDS Version
1 parent 938ea37 commit 5e23a0d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app/client/src/Container.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ const StyledText = styled.div`
5858
font-weight: normal;
5959
`;
6060

61+
const StyledSection = styled.div`
62+
margin-left: 24px;
63+
color: #adb2b6;
64+
flex-grow: 1;
65+
font-family: Roboto Mono, monospace;
66+
font-size: 12px;
67+
overflow: hidden;
68+
`;
69+
6170
const pages: MenuItem[] = [
6271
{
6372
key: Pages.HOME,
@@ -99,7 +108,16 @@ const pages: MenuItem[] = [
99108
<span style={{ marginLeft: '4px' }}>Join the discussion on GitHub</span>
100109
</a>
101110
</div>
111+
<Flex justify='center' align='center' vertical style={{ marginTop: '12px' }}>
112+
<StyledSection>
113+
{`1.0.2`}
114+
</StyledSection>
102115
</Flex>
116+
117+
</Flex>
118+
119+
120+
103121
<br/>
104122
</div>
105123
</>

0 commit comments

Comments
 (0)