Skip to content

Commit a30adaa

Browse files
sidenav unused item
1 parent ec91e8a commit a30adaa

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Frontend/components/SideNav.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ const SideNav:React.FC<props> = ({show,setShow,docs,acDocs, Tok,Doc,ldng,user,st
6969
</div>
7070
</a>
7171
</div>
72-
<ul className="relative px-1">
73-
<li className="relative">
74-
<a className="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-blue-600 hover:bg-blue-50 transition duration-300 ease-in-out" href="#!" data-mdb-ripple="true" data-mdb-ripple-color="primary">
75-
<svg aria-hidden="true" focusable="false" data-prefix="fas" className="w-3 h-3 mr-3" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
76-
<path fill="currentColor" d="M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z"></path>
77-
</svg>
78-
<span>Non-collapsible link</span>
79-
</a>
80-
</li>
81-
</ul>
8272
<ul className="relative px-1 border-2">
8373
{
8474
accessHolders.map((i: { id: string; username: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | ReactFragment | ReactPortal | null | undefined })=>(

0 commit comments

Comments
 (0)