Skip to content

Commit d0cbed5

Browse files
authored
Merge pull request #81 from cloudera/add-version-number
Add SDS Version
2 parents da1c49c + 963dd2b commit d0cbed5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/client/src/Container.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ const StyledText = styled.div`
5555
font-weight: normal;
5656
`;
5757

58+
const StyledSection = styled.div`
59+
margin-left: 24px;
60+
color: #adb2b6;
61+
flex-grow: 1;
62+
font-family: Roboto Mono, monospace;
63+
font-size: 12px;
64+
overflow: hidden;
65+
`;
66+
5867
const pages: MenuItem[] = [
5968
{
6069
key: Pages.HOME,
@@ -96,6 +105,11 @@ const pages: MenuItem[] = [
96105
<span style={{ marginLeft: '4px' }}>Join the discussion on GitHub</span>
97106
</a>
98107
</div>
108+
<Flex justify='center' align='center' vertical style={{ marginTop: '12px' }}>
109+
<StyledSection>
110+
{`SDS-1.0.2`}
111+
</StyledSection>
112+
</Flex>
99113
</Flex>
100114
<br/>
101115
</div>

0 commit comments

Comments
 (0)