We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da1c49c + 963dd2b commit d0cbed5Copy full SHA for d0cbed5
app/client/src/Container.tsx
@@ -55,6 +55,15 @@ const StyledText = styled.div`
55
font-weight: normal;
56
`;
57
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
+
67
const pages: MenuItem[] = [
68
{
69
key: Pages.HOME,
@@ -96,6 +105,11 @@ const pages: MenuItem[] = [
96
105
<span style={{ marginLeft: '4px' }}>Join the discussion on GitHub</span>
97
106
</a>
98
107
</div>
108
+ <Flex justify='center' align='center' vertical style={{ marginTop: '12px' }}>
109
+ <StyledSection>
110
+ {`SDS-1.0.2`}
111
+ </StyledSection>
112
+ </Flex>
99
113
</Flex>
100
114
<br/>
101
115
0 commit comments