Skip to content

Commit

Permalink
console info
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Aug 28, 2024
1 parent 1af3955 commit 783f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chart-elements/AreaChart/AreaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const AreaChart = React.forwardRef<HTMLDivElement, AreaChartProps>((props, ref)
}

if (process.env.NODE_ENV === "development") {
console.warn(
console.info(
"The AreaChart is also available as a copy-and-paste component. Visit https://tremor.so/docs/visualizations/area-chart",
);
}
Expand Down

0 comments on commit 783f3ce

Please sign in to comment.