Skip to content

Commit 963dd2b

Browse files
author
Keivan Vosoughi
committed
Add SDS Version to Header Feedback
1 parent 5e23a0d commit 963dd2b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/client/src/Container.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,10 @@ const pages: MenuItem[] = [
110110
</div>
111111
<Flex justify='center' align='center' vertical style={{ marginTop: '12px' }}>
112112
<StyledSection>
113-
{`1.0.2`}
113+
{`SDS-1.0.2`}
114114
</StyledSection>
115115
</Flex>
116-
117116
</Flex>
118-
119-
120-
121117
<br/>
122118
</div>
123119
</>

0 commit comments

Comments
 (0)