Skip to content

Commit e91ae0a

Browse files
committed
Fix bold font in search results
1 parent 41f0911 commit e91ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/AlgoliaSearch/SearchResults.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const SearchResults = ({
4242
</header>
4343
<div className="pl-4 text-left">
4444
{product_name && (
45-
<span class="text-lg font-bold">{product_name}</span>
45+
<span className="text-lg font-bold">{product_name}</span>
4646
)}
4747
<br />
4848
{on_sale && (

0 commit comments

Comments
 (0)