mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-14 23:41:26 +08:00

* feat: update the SideNav component * feat: add the Trace Explorer page with Query Builder * chore: build is fixed * chore: tsc build is fixed * chore: menu items is updated --------- Co-authored-by: Nazarenko19 <danil.nazarenko2000@gmail.com> Co-authored-by: Palash Gupta <palashgdev@gmail.com>
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Container = styled.div`
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
`;
|