Skip to content

Commit c557e85

Browse files
committed
Fix overview content
1 parent 3017a5d commit c557e85

File tree

1 file changed

+3
-5
lines changed
  • apps/landing/src/app/(detail)/components/overview

1 file changed

+3
-5
lines changed

apps/landing/src/app/(detail)/components/overview/page.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ export default function Page() {
1515
Devup UI Components
1616
</Text>
1717
<Text color="$text" typography="bodyReg">
18-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam
19-
venenatis, elit in hendrerit porta, augue ante scelerisque diam, ac
20-
egestas lacus est nec urna. Cras commodo risus hendrerit, suscipit nibh
21-
at, porttitor dui. Vivamus tincidunt pretium nibh et pulvinar. Nam quis
22-
tristique neque, vitae facilisis justo. Ut non tristique dui.
18+
Devup UI is a library of components that can be used to build web
19+
applications. It is built with React and TypeScript and is designed to
20+
be used with the Devup UI framework.
2321
</Text>
2422
<VStack gap="16px" overflow="visible" py="30px">
2523
<Text color="$title" typography="h6">

0 commit comments

Comments
 (0)