mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-28 15:48:12 +00:00
* feat👔 : getLatestVersion api is added * chore: VERSION page is added * feat: ✨ version page is added * chore: all string is grabbed from locale * chore: warning is removed * chore: translation json is added * chore: feedback about version is added * chore: made two different functions * unused import is removed * feat: version changes are updated * chore: if current version is present then it is displayed
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
import { Input } from 'antd';
|
|
import styled from 'styled-components';
|
|
|
|
export const InputComponent = styled(Input)`
|
|
&&& {
|
|
max-width: 183px;
|
|
}
|
|
`;
|