Fixed a typo

This commit is contained in:
Piotr Janosz
2019-07-25 18:07:11 +02:00
committed by fabioberger
parent c223a72f5b
commit 026690c837

View File

@@ -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