Communities and channels

This commit is contained in:
Aslan 2026-01-07 21:01:01 -05:00
parent 79dbeb6b7a
commit 280158470a
34 changed files with 558 additions and 62 deletions

View file

@ -3,7 +3,7 @@ import { IMessageProps } from "./types";
const Message: Component<IMessageProps> = (props: IMessageProps) => {
return (
<li class="list-row hover:bg-stone-700">
<li class="list-row p-3 hover:bg-stone-700">
<div
class="avatar cursor-pointer"
onClick={() => props.onProfileClick(props.userId)}