From 3d6f6951c3c4cbdb360190472ec0cd18d9409b13 Mon Sep 17 00:00:00 2001 From: Decio Neto Date: Wed, 17 Jul 2024 16:55:52 -0300 Subject: [PATCH] fix: fix content of ChartSingleTooltip in styles files --- apps/www/src/public/registry/styles/default/chart.json | 2 +- apps/www/src/public/registry/styles/new-york/chart.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/src/public/registry/styles/default/chart.json b/apps/www/src/public/registry/styles/default/chart.json index a46e4842..35b0a570 100644 --- a/apps/www/src/public/registry/styles/default/chart.json +++ b/apps/www/src/public/registry/styles/default/chart.json @@ -19,7 +19,7 @@ }, { "name": "ChartSingleTooltip.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "ChartTooltip.vue", diff --git a/apps/www/src/public/registry/styles/new-york/chart.json b/apps/www/src/public/registry/styles/new-york/chart.json index e7776885..e858e622 100644 --- a/apps/www/src/public/registry/styles/new-york/chart.json +++ b/apps/www/src/public/registry/styles/new-york/chart.json @@ -19,7 +19,7 @@ }, { "name": "ChartSingleTooltip.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "ChartTooltip.vue",