Merge branch 'main' into rtViz

This commit is contained in:
2025-04-09 18:36:51 +05:30
20 changed files with 575 additions and 299 deletions

View File

@@ -45,7 +45,7 @@ const Header: React.FC = () => {
<div
key={index}
className="user-profile"
style={{ background: getAvatarColor(index) }}
style={{ background: getAvatarColor(index, user.userName) }}
>
{user.userName[0]}
</div>