diff --git a/web/components/charts/helpers.tsx b/web/components/charts/helpers.tsx index 17c85e11f7..5bb4a0d61d 100644 --- a/web/components/charts/helpers.tsx +++ b/web/components/charts/helpers.tsx @@ -477,6 +477,29 @@ export const SVGChart = (props: { + {!noWatermark && ( + + + + + + manifold.markets + + + )} + {!hideXAxis && } @@ -550,30 +573,6 @@ export const SVGChart = (props: { ))} - {!noWatermark && ( - <> - - - Source: manifold.markets - - - )} )