Skip to content

Commit 2726099

Browse files
committed
add elipse
1 parent a9f0ebb commit 2726099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/search/testimony/TestimonyHit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const TestimonyResult = ({ hit }: { hit: Hit<Testimony> }) => {
5050

5151
function limitStringLength35Char(str: string) {
5252
if (str.length > 35) {
53-
return str.substring(0, 35)
53+
return str.substring(0, 35) + "..."
5454
}
5555
return str
5656
}

0 commit comments

Comments
 (0)