From 0b4fbd4cecc943fb370e968f183d7b511c42b892 Mon Sep 17 00:00:00 2001 From: fiza45606-fiza Date: Thu, 10 Sep 2026 02:04:52 +0500 Subject: [PATCH] fix: Learning Paths border bottomUpdate page.tsx Co --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad6d34e..323b276 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function Home() { whileInView={{ width: "80%" }} viewport={{ once: true }} transition={{ duration: 1, delay: 0.5 }} - className="absolute -bottom-4 left-1/2 -translate-x-1/2 h-2 bg-[#8B5CF6] rounded-full" + className="absolute -bottom-2 left-1/2 -translate-x-1/2 h-[1px] w-[80%] bg-[#8B5CF6]" >