Skip to content

Commit 64bf8a9

Browse files
committed
UX: pointer change on message header username
1 parent 754184d commit 64bf8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/home/MessageHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function MessageHeader({
7474
<UserIcon user={server_user_profile} />
7575
<div className="flex-grow flex items-center">
7676
<div
77-
className="text-xl font-semibold tracking-wider mr-2"
77+
className="text-xl font-semibold tracking-wider mr-2 hover:cursor-pointer"
7878
data-tooltip-id={server_user_profile.id}
7979
style={{
8080
// Check for the first role that has a non-null color and use that

0 commit comments

Comments
 (0)