Skip to content

Commit

Permalink
docs(tooltip): update codesandbox urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed May 5, 2024
1 parent 70f4dee commit 01cde23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const CustomTooltip = ({ active, payload, label }) => {
};

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/tooltip-with-customized-content-lyxvs';
static demoUrl = 'https://codesandbox.io/p/sandbox/tooltip-with-customized-content-vgl956';

render() {
return (
Expand Down

0 comments on commit 01cde23

Please sign in to comment.