Skip to content

Commit

Permalink
docs(radar): 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 39b4933 commit 0f89925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/RadarChart/SimpleRadarChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/simple-radar-chart-rjoc6';
static demoUrl = 'https://codesandbox.io/p/sandbox/simple-radar-chart-2p5sxm';

render() {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/radar-chart-specified-domain-mfl04';
static demoUrl = 'https://codesandbox.io/p/sandbox/radar-chart-specified-domain-l68xry';

render() {
return (
Expand Down

0 comments on commit 0f89925

Please sign in to comment.