diff --git a/src/routes/chat/GuestSessionList/Session.tsx b/src/routes/chat/GuestSessionList/Session.tsx index f984fbcb..75dd7deb 100644 --- a/src/routes/chat/GuestSessionList/Session.tsx +++ b/src/routes/chat/GuestSessionList/Session.tsx @@ -40,8 +40,8 @@ const Session: FC = ({ id, mid }) => { return (
  • clsx(`nav flex gap-2 rounded-lg p-2 w-full md:hover:bg-gray-500/20`, linkActive && "bg-gray-500/20")} to={`/chat/channel/${id}`}> -
    - +
    +
    diff --git a/src/routes/chat/GuestSessionList/index.tsx b/src/routes/chat/GuestSessionList/index.tsx index e80b907a..7567252b 100644 --- a/src/routes/chat/GuestSessionList/index.tsx +++ b/src/routes/chat/GuestSessionList/index.tsx @@ -42,7 +42,7 @@ const SessionList: FC = () => { return ( <> -
      +
        {sessions.map((s) => { const { key, id, mid = 0 } = s; return ; diff --git a/src/routes/chat/SessionList/Session.tsx b/src/routes/chat/SessionList/Session.tsx index 836af2c7..8321794c 100644 --- a/src/routes/chat/SessionList/Session.tsx +++ b/src/routes/chat/SessionList/Session.tsx @@ -113,14 +113,14 @@ const Session: FC = ({ to={type == "user" ? `/chat/dm/${id}` : `/chat/channel/${id}`} onContextMenu={handleContextMenuEvent} > -
        +
        {type == "user" ? ( ) : (