From efa60af1c2d45a735ed397171bfca513b7e202ca Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 16 Aug 2025 15:04:19 -0700 Subject: [PATCH] chore: fix import typo --- docs/components/features.tsx | 2 +- docs/components/landing/{testimonal.tsx => testimonials.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/components/landing/{testimonal.tsx => testimonials.tsx} (100%) diff --git a/docs/components/features.tsx b/docs/components/features.tsx index a650c63c18..fefa40634d 100644 --- a/docs/components/features.tsx +++ b/docs/components/features.tsx @@ -15,7 +15,7 @@ import { TechStackDisplay } from "./display-techstack"; import { Ripple } from "./ripple"; import { GithubStat } from "./github-stat"; import { cn } from "@/lib/utils"; -import { Testimonial } from "./landing/people-say"; +import { Testimonial } from "./landing/testimonials"; const features = [ { id: 1, diff --git a/docs/components/landing/testimonal.tsx b/docs/components/landing/testimonials.tsx similarity index 100% rename from docs/components/landing/testimonal.tsx rename to docs/components/landing/testimonials.tsx