Skip to content

Commit aac4e8b

Browse files
committed
fix(reskin-profile): verified badge tooltip
1 parent c5d46e0 commit aac4e8b

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ProfilePage/Header

1 file changed

+1
-1
lines changed

src/shared/components/ProfilePage/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const ProfileHeader = ({ getLookerDone, lookerInfo, info }) => {
5151
};
5252

5353
const tooltipContent = (
54-
<div styleName="tooltip-content">verified member</div>
54+
<div styleName="tooltip-content">This member is compliant with Topcoder policies<br /> and is a trusted member of the Topcoder community.</div>
5555
);
5656

5757

0 commit comments

Comments
 (0)