Skip to content

Commit 4fb8ba6

Browse files
Update src/components/EventCard.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
1 parent c8574fa commit 4fb8ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const EventCard = ({
108108
</Text>
109109
</Box>
110110
<Box>
111-
<Text fontSize="sm">{truncatedDescription}</Text>
111+
<p className="text-sm line-clamp-6">{description}</p>
112112
</Box>
113113
</Box>
114114
</Box>

0 commit comments

Comments
 (0)