From 202c07ea1fbbb18fa0d2fc99affeb63d64dd5282 Mon Sep 17 00:00:00 2001 From: Abdullahi Mohamed <126521894+WaryaWayne@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:12:49 -0400 Subject: [PATCH] Remove principle card numbers --- src/routes/index.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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. ))}