diff --git a/website/client/components/Home/TryItResultContent.vue b/website/client/components/Home/TryItResultContent.vue index 7a7993d..8dd4087 100644 --- a/website/client/components/Home/TryItResultContent.vue +++ b/website/client/components/Home/TryItResultContent.vue @@ -199,7 +199,7 @@ onUnmounted(() => {
  • {{ file.path }}
    - {{ file.charCount.toLocaleString() }} chars | {{ file.tokenCount.toLocaleString() }} tokens | {{ ((file.tokenCount / result.metadata.summary.totalTokens) * 100).toFixed(1) }}% + {{ file.tokenCount.toLocaleString() }} tokens | {{ file.charCount.toLocaleString() }} chars | {{ ((file.tokenCount / result.metadata.summary.totalTokens) * 100).toFixed(1) }}%