diff --git a/pages/teams/demo.tsx b/pages/teams/demo.tsx index 55a9cec..73118ac 100644 --- a/pages/teams/demo.tsx +++ b/pages/teams/demo.tsx @@ -1,7 +1,7 @@ import Head from 'next/head' import Image from 'next/image'; import React from 'react'; -import { FaMicrophoneAlt, FaHeadphonesAlt, FaTh, FaAngleDown, FaPlusSquare, FaBroom } from "react-icons/fa"; +import { FaMicrophoneAlt, FaHeadphonesAlt, FaTh, FaAngleDown, FaPlusSquare, FaBroom, FaBell } from "react-icons/fa"; import { IoPulseOutline, IoRemoveOutline } from "react-icons/io5"; import { BsThreeDots } from "react-icons/bs"; @@ -158,6 +158,7 @@ export default class Demo extends React.Component { {/* avatar */} + @@ -171,12 +172,9 @@ export default class Demo extends React.Component {
{/* personal line */} -
- +
+ TEAM - - 3 teammates open for collab - {/* list of team members */} @@ -192,25 +190,29 @@ export default class Demo extends React.Component { profile - - {friend.name} - - {friend.role} - - - { - this.state.selectedChannel == i ? - <> - - {i} - - - - : - - {i} + + + {friend.name} + { + this.state.selectedChannel == i ? + <> + + + + : + + } - } + + + {friend.role} + + + {this.renderPulse(friend.status)} @@ -260,7 +262,7 @@ export default class Demo extends React.Component { -