Explore button: remove tooltip
This commit is contained in:
@@ -319,10 +319,8 @@ interface ExploreButtonProps {
|
|||||||
|
|
||||||
const ExploreButton: React.FC<ExploreButtonProps> = ({ onClick }) => {
|
const ExploreButton: React.FC<ExploreButtonProps> = ({ onClick }) => {
|
||||||
return (
|
return (
|
||||||
<Tooltip placement="bottom" content="Open in Explore">
|
|
||||||
<button className="btn problem-explore-button" onClick={onClick}>
|
<button className="btn problem-explore-button" onClick={onClick}>
|
||||||
<FAIcon icon="compass" /><span>Explore</span>
|
<FAIcon icon="compass" /><span>Explore</span>
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user