chore: IDB_CONNECTION_READY action

This commit is contained in:
Anoop M D
2022-02-03 23:25:38 +05:30
parent 87907eeb53
commit ac7d5c04a3
4 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { IconCode, IconStack, IconGitPullRequest, IconUser, IconUsers, IconSettings, IconLayoutGrid } from '@tabler/icons';
import { IconCode, IconStack, IconGitPullRequest, IconUser, IconUsers, IconSettings, IconLayoutGrid, IconBuilding } from '@tabler/icons';
import StyledWrapper from './StyledWrapper';
const MenuBar = () => {
@@ -23,6 +23,10 @@ const MenuBar = () => {
</div>
</div>
<div className="flex flex-col flex-grow justify-end">
{/* Teams Icon */}
{/* <div className="menu-item">
<IconBuilding size={28} strokeWidth={1.5}/>
</div> */}
<div className="menu-item">
<IconUser size={28} strokeWidth={1.5}/>
</div>