chore: code refactor

This commit is contained in:
Anmol Singh Bhatia
2026-01-08 15:23:21 +05:30
parent 1d0772233e
commit 22db4fedb1

View File

@@ -55,7 +55,7 @@ export function NameColumn(props: NameProps) {
</Link>
) : (
<Link href={`/${workspaceSlug}/profile/${id}`}>
<span className="relative flex size-6 items-center justify-center rounded-full bg-gray-700 capitalize text-on-color text-11">
<span className="relative flex size-6 items-center justify-center rounded-full bg-layer-3 capitalize text-on-color text-11">
{(email ?? display_name ?? "?")[0]}
</span>
</Link>