Skip to content

Commit b96912b

Browse files
fix: removed litmus logo from sidebar and corresponding css (#5309)
Signed-off-by: Avirup Banik <[email protected]> Co-authored-by: Pritesh Kiri <[email protected]>
1 parent ce638d6 commit b96912b

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

chaoscenter/web/src/components/SideNav/SideNav.module.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,6 @@
6161
letter-spacing: 0.13px;
6262
}
6363
}
64-
65-
.iconContainer {
66-
position: absolute;
67-
bottom: 50px;
68-
right: 0;
69-
left: 0;
70-
overflow: hidden;
71-
width: 100%;
72-
pointer-events: none;
73-
display: flex;
74-
justify-content: center;
75-
align-items: center;
76-
.icon {
77-
opacity: 0.08;
78-
}
79-
}
8064
}
8165
}
8266

chaoscenter/web/src/components/SideNav/SideNav.module.scss.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ declare namespace SideNavModuleScssNamespace {
33
bottomContainer: string;
44
collapse: string;
55
expand: string;
6-
icon: string;
7-
iconContainer: string;
86
link: string;
97
logOutContainer: string;
108
main: string;

chaoscenter/web/src/components/SideNav/SideNav.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ export default function SideNav(): ReactElement {
124124
)}
125125
</div>
126126
<Container className={css.bottomContainer} data-isroutepresent={isPathPresent('settings')}>
127-
{!isPathPresent('settings') && (
128-
<div className={css.iconContainer}>
129-
<Icon className={css.icon} name={'chaos-litmuschaos'} size={200} />
130-
</div>
131-
)}
132127
<div className={css.titleContainer}>
133128
{isPathPresent('settings') ? (
134129
<Layout.Horizontal

0 commit comments

Comments
 (0)