Skip to content

Commit

Permalink
Added tooltip hover effect on the badges in individual member profile…
Browse files Browse the repository at this point in the history
… page

Signed-off-by: Ankush Bhardwaj <[email protected]>
  • Loading branch information
ankushbhardwaj408 committed Oct 4, 2023
1 parent cdf1c6d commit 3f150a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Community/Member-single/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const MemberSingle = ({ frontmatter }) => {
</div>
)}
{badges.includes("smp") && (
<div class="tooltip">
<div className="tooltip">
<li>
<Link to="/projects/service-mesh-performance">
<img
Expand Down

0 comments on commit 3f150a5

Please sign in to comment.