diff --git a/frontend/src/container/SideNav/index.tsx b/frontend/src/container/SideNav/index.tsx index fd39653cd6..e2a1db6aef 100644 --- a/frontend/src/container/SideNav/index.tsx +++ b/frontend/src/container/SideNav/index.tsx @@ -15,7 +15,6 @@ import AppReducer from 'types/reducer/app'; import menus from './menuItems'; import Slack from './Slack'; import { - Name, RedDot, Sider, SlackButton, @@ -105,7 +104,7 @@ function SideNav(): JSX.Element { onClick={(): void => onClickHandler(to)} > - {name} +
{name}
{tags && tags.map((e) => ( diff --git a/frontend/src/container/SideNav/styles.ts b/frontend/src/container/SideNav/styles.ts index b7aea2fdc1..688356cf7d 100644 --- a/frontend/src/container/SideNav/styles.ts +++ b/frontend/src/container/SideNav/styles.ts @@ -83,9 +83,3 @@ export const Tags = styled(Tag)` border-radius: 0.5rem; } `; - -export const Name = styled(Typography.Paragraph)` - &&& { - margin: 0; - } -`;