From fbad3b0e5113fc39bc4472bb3af1b770022e72ab Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Fri, 14 Mar 2025 23:21:17 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(timeline):=20Simplify=20timeli?= =?UTF-8?q?ne=20component=20layout=20and=20remove=20commented-out=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/components/timeline.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/ui/src/components/timeline.tsx b/packages/ui/src/components/timeline.tsx index 7d761d9..bdd0f66 100644 --- a/packages/ui/src/components/timeline.tsx +++ b/packages/ui/src/components/timeline.tsx @@ -28,25 +28,25 @@ export const Timeline = ({ data }: { data: TimelineEntry[] }) => { const opacityTransform = useTransform(scrollYProgress, [0, 0.1], [0, 1]); return ( -
-
-

+
+
+ {/*

Changelog from my journey

I've been working on Aceternity for the past 2 years. Here's a timeline of my journey. -

+

*/}
{data.map((item, index) => (
-
+
-

+

{item.title}