diff --git a/src/components/SocialLinks-Color/index.js b/src/components/SocialLinks-Color/index.js index eaf460030bf18..eba0a8bdc3313 100644 --- a/src/components/SocialLinks-Color/index.js +++ b/src/components/SocialLinks-Color/index.js @@ -9,94 +9,117 @@ import youtube_icon from "../../assets/images/socialIcons/youtube.svg"; import docker_icon from "../../assets/images/socialIcons/docker.svg"; import linkedin_icon from "../../assets/images/socialIcons/linkedin-light.svg"; import bluesky_icon from "../../assets/images/socialIcons/bluesky.svg"; +import { CustomTooltip } from "@sistent/sistent"; import SocialLinksWrapper from "./sociallinkscolor.style"; +const tooltipProps = { + placement: "top", + variant: "small", +}; + const SocialLinksColor = () => { return ( - + - - forum - - - mail - - - slack - - - - - - bluesky - - - github - - - linkedin - - - youtube - - - docker - + + + forum + + + + + mail + + + + + slack + + + + + + + + + + bluesky + + + + + github + + + + + linkedin + + + + + youtube + + + + + docker + +