Skip to content

Commit 9f0fd39

Browse files
committed
refactor(landing-page): updated v1_1_0.tsx as per suggestion
1 parent 5bf9bbe commit 9f0fd39

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/blocks/changelog-section/v1_1_0 .tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Link from 'next/link'
2+
13
import TimelineItem from '@/components/timeline/timeline-items'
24
import Accordion from '@/components/badge-accordion/badge-accordion'
35
import { accordionDataV1_1_0 } from '@/assets/data/changelog-data'
@@ -26,7 +28,9 @@ function v1_1_0() {
2628
consistent visuals across all environments. Tokens for colors, spacing, typography, and more are now fully
2729
type-safe and easily customizable, ensuring that your design system can grow alongside your projects.{' '}
2830
</p>
29-
<Button>Read More</Button>
31+
<Button asChild>
32+
<Link href='#'>Read More</Link>
33+
</Button>
3034
<Accordion data={accordionDataV1_1_0} />
3135
</div>
3236
</TimelineItem>

0 commit comments

Comments
 (0)