|
1 |
| -import { Avatar, Button, Menu } from '@/ui' |
| 1 | +import { Avatar, Menu } from '@/ui' |
2 | 2 | import {
|
3 | 3 | ChatCenteredDots,
|
4 | 4 | DotsThreeOutlineVertical,
|
5 |
| - Eye, |
6 | 5 | Gear,
|
7 | 6 | Pencil,
|
8 | 7 | RocketLaunch,
|
9 | 8 | ThumbsUp,
|
10 | 9 | Trash,
|
11 | 10 | UserCircle,
|
12 | 11 | Users,
|
13 |
| - X, |
14 | 12 | } from 'phosphor-react'
|
15 | 13 | import * as React from 'react'
|
16 | 14 | import { HomePageFeedUpdateType } from 'src/pages'
|
17 | 15 | import { DateTime } from 'luxon'
|
18 | 16 | import { useMutation, useQuery, useQueryClient } from 'react-query'
|
19 | 17 | import classNames from 'classnames'
|
20 |
| -import { useState, useRef, useEffect } from 'react' |
| 18 | +import { useState, useRef } from 'react' |
21 | 19 | import { signIn, useSession } from 'next-auth/client'
|
22 | 20 | import { User } from 'src/pages/members'
|
23 | 21 | import useFollowUser from './profile/useFollowUser'
|
@@ -446,7 +444,7 @@ function HomePageSideNavBar() {
|
446 | 444 | </A>
|
447 | 445 |
|
448 | 446 | <A
|
449 |
| - href="/chat" |
| 447 | + href="https://chat.coderplex.org" |
450 | 448 | className="text-gray-600 hover:bg-gray-50 group flex items-center px-3 py-2 text-sm font-medium rounded-md"
|
451 | 449 | aria-current="false"
|
452 | 450 | >
|
@@ -475,7 +473,7 @@ function HomePageSideNavBar() {
|
475 | 473 | <span className="truncate">Members</span>
|
476 | 474 | </A>
|
477 | 475 | <A
|
478 |
| - href="/chat" |
| 476 | + href="https://chat.coderplex.org" |
479 | 477 | target="_blank"
|
480 | 478 | className="text-gray-600 hover:bg-gray-50 group flex items-center px-3 py-2 text-sm font-medium rounded-md"
|
481 | 479 | aria-current="false"
|
|
0 commit comments