@@ -32,25 +32,16 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
32
32
33
33
< hr className = "line" id = "firstLine" > </ hr >
34
34
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 >
44
35
< div className = "thirdRow" >
45
- < Link className = "sidebar-link" to = "/" id = "home" >
36
+ { /* <Link className="sidebar-link" to="/" id="home">
46
37
<HomeSharpIcon style={{
47
38
WebkitBoxSizing: 'content-box',
48
39
boxShadow: 'none',
49
40
width: '35px',
50
41
height: '35px',
51
42
}} />
52
43
 Home
53
- </ Link >
44
+ </Link> */ }
54
45
< Link className = "sidebar-link" to = "/applications" id = "dash" >
55
46
< ListIcon style = { {
56
47
WebkitBoxSizing : 'content-box' ,
@@ -60,7 +51,7 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
60
51
} } />
61
52
 Dashboard
62
53
</ Link >
63
- < Link className = "sidebar-link" to = "/about" id = "about" >
54
+ { /* <Link className="sidebar-link" to="/about" id="about">
64
55
<InfoIcon style={{
65
56
WebkitBoxSizing: 'content-box',
66
57
boxShadow: 'none',
@@ -77,7 +68,7 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
77
68
height: '35px',
78
69
}} />
79
70
 Contact
80
- </ Link >
71
+ </Link> */ }
81
72
< Link className = "sidebar-link" to = "/settings" id = "settings" >
82
73
< SettingsIcon style = { {
83
74
WebkitBoxSizing : 'content-box' ,
@@ -87,15 +78,15 @@ const SidebarContainer = React.memo(function SidebarContainer(props): JSX.Elemen
87
78
} } />
88
79
 Settings
89
80
</ Link >
90
- < Link className = "sidebar-link" to = "/" id = "logout" >
81
+ { /* <Link className="sidebar-link" to="/" id="logout">
91
82
<ExitToAppIcon style={{
92
83
WebkitBoxSizing: 'content-box',
93
84
boxShadow: 'none',
94
85
width: '35px',
95
86
height: '35px',
96
87
}} />
97
88
 Logout
98
- </ Link >
89
+ </Link> */ }
99
90
</ div >
100
91
</ div >
101
92
</ div >
0 commit comments