Skip to content

Commit 2a894b8

Browse files
committed
remove unused icons from sidebar
1 parent 5cecb9f commit 2a894b8

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

app/containers/SidebarContainer.tsx

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,16 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
3232

3333
<hr className="line" id="firstLine"></hr>
3434

35-
<div className="secondRow">
36-
<span><img alt="Doya" className="sprout" id="sprout0" src={'../assets/clean-sprout.gif'}></img></span>
37-
<span><img alt="Doya" className="sprout" id="sprout1" src={'../assets/growing-bean-1.gif'}></img></span>
38-
<span><img alt="Doya" className="sprout" id="sprout2" src={'../assets/growing-bean-2.gif'}></img></span>
39-
<span><img alt="Doya" className="sprout" id="sprout3" src={'../assets/growing-bean-3.gif'}></img></span>
40-
<span><img alt="Doya" className="sprout" id="sprout4" src={'../assets/clean-sprout.gif'}></img></span>
41-
</div>
42-
43-
<hr className="line" id="secondLine"></hr>
4435
<div className="thirdRow">
45-
<Link className="sidebar-link" to="/" id="home">
36+
{/* <Link className="sidebar-link" to="/" id="home">
4637
<HomeSharpIcon style={{
4738
WebkitBoxSizing: 'content-box',
4839
boxShadow: 'none',
4940
width: '35px',
5041
height: '35px',
5142
}} />
5243
&emsp;Home
53-
</Link>
44+
</Link> */}
5445
<Link className="sidebar-link" to="/applications" id="dash">
5546
<ListIcon style={{
5647
WebkitBoxSizing: 'content-box',
@@ -60,7 +51,7 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
6051
}} />
6152
&emsp;Dashboard
6253
</Link>
63-
<Link className="sidebar-link" to="/about" id="about">
54+
{/* <Link className="sidebar-link" to="/about" id="about">
6455
<InfoIcon style={{
6556
WebkitBoxSizing: 'content-box',
6657
boxShadow: 'none',
@@ -77,7 +68,7 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
7768
height: '35px',
7869
}} />
7970
&emsp;Contact
80-
</Link>
71+
</Link> */}
8172
<Link className="sidebar-link" to="/settings" id="settings">
8273
<SettingsIcon style={{
8374
WebkitBoxSizing: 'content-box',
@@ -87,15 +78,15 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
8778
}} />
8879
&emsp;Settings
8980
</Link>
90-
<Link className="sidebar-link" to="/" id="logout">
81+
{/* <Link className="sidebar-link" to="/" id="logout">
9182
<ExitToAppIcon style={{
9283
WebkitBoxSizing: 'content-box',
9384
boxShadow: 'none',
9485
width: '35px',
9586
height: '35px',
9687
}} />
9788
&emsp;Logout
98-
</Link>
89+
</Link> */}
9990
</div>
10091
</div>
10192
</div>

0 commit comments

Comments
 (0)