Fixed a typo
This commit is contained in:
committed by
fabioberger
parent
c223a72f5b
commit
026690c837
@@ -68,7 +68,7 @@ const Hits: React.FC<IHitsProps> = ({ hits }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{featuredTools.length && (
|
{featuredTools.length > 0 && (
|
||||||
<FeaturedToolsWrapper>
|
<FeaturedToolsWrapper>
|
||||||
<Heading asElement="h2" size="default">
|
<Heading asElement="h2" size="default">
|
||||||
Featured Tools
|
Featured Tools
|
||||||
|
|||||||
Reference in New Issue
Block a user