We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754184d commit 64bf8a9Copy full SHA for 64bf8a9
1 file changed
components/home/MessageHeader.tsx
@@ -74,7 +74,7 @@ export function MessageHeader({
74
<UserIcon user={server_user_profile} />
75
<div className="flex-grow flex items-center">
76
<div
77
- className="text-xl font-semibold tracking-wider mr-2"
+ className="text-xl font-semibold tracking-wider mr-2 hover:cursor-pointer"
78
data-tooltip-id={server_user_profile.id}
79
style={{
80
// Check for the first role that has a non-null color and use that
0 commit comments