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.
1 parent 938ea37 commit 5e23a0dCopy full SHA for 5e23a0d
app/client/src/Container.tsx
@@ -58,6 +58,15 @@ const StyledText = styled.div`
58
font-weight: normal;
59
`;
60
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
+
70
const pages: MenuItem[] = [
71
{
72
key: Pages.HOME,
@@ -99,7 +108,16 @@ const pages: MenuItem[] = [
99
108
<span style={{ marginLeft: '4px' }}>Join the discussion on GitHub</span>
100
109
</a>
101
110
</div>
111
+ <Flex justify='center' align='center' vertical style={{ marginTop: '12px' }}>
112
+ <StyledSection>
113
+ {`1.0.2`}
114
+ </StyledSection>
102
115
</Flex>
116
117
+ </Flex>
118
119
120
103
121
<br/>
104
122
105
123
</>
0 commit comments