Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 4db7f29

Browse files
committed
removed vc-title tag from search count
1 parent 1eba531 commit 4db7f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bim/bimSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function BimSearch (props: {
9393

9494
{props.count !== undefined && text
9595
? (
96-
<div className="search-count vc-absolute vc-right-8 vc-rounded-full vc-bg-primary-royal vc-py-0.5 vc-px-2 vc-title vc-font-bold vc-text-white">
96+
<div className="search-count vc-absolute vc-right-8 vc-rounded-full vc-bg-primary-royal vc-py-0.5 vc-px-2 vc-font-bold vc-text-white">
9797
{props.count}
9898
</div>
9999
)

0 commit comments

Comments
 (0)