fix: popout chat

This commit is contained in:
Alejandro Gomez
2023-06-26 15:46:48 +02:00
parent bda0d36f9a
commit 9f5b17ac3c
4 changed files with 44 additions and 11 deletions

View File

@ -80,7 +80,13 @@ export function LayoutPage() {
return (
<div
className={location.pathname.startsWith("/live/") ? "page" : "page home"}
className={
location.pathname === "/"
? "page home"
: location.pathname.startsWith("/chat/")
? "page chat"
: "page"
}
>
<header>
<div className="logo" onClick={() => navigate("/")}>