feat: profile page

This commit is contained in:
Alejandro Gomez
2023-06-30 13:15:31 +02:00
parent 9a08dd6768
commit 111eea3d14
24 changed files with 745 additions and 152 deletions

View File

@ -70,8 +70,8 @@ export function LayoutPage() {
return (
<div
className={
location.pathname === "/"
? "page home"
location.pathname === "/" || location.pathname.startsWith("/p/")
? "page only-content"
: location.pathname.startsWith("/chat/")
? "page chat"
: "page"