diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 6d7cbb6f3..c70f7f545 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -568,7 +568,7 @@ function WhyTanStackSection() {
    - {whyTanStackPrinciples.map((principle, index) => ( + {whyTanStackPrinciples.map((principle) => (
  1. -
  2. ))}