From 30ee161921c61bf994a6be2da212fd999171fe47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= <20689156+shortcuts@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:49:13 +0100 Subject: [PATCH] fix(logo): empty utm campaign (#1259) --- packages/docsearch-react/src/AlgoliaLogo.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/docsearch-react/src/AlgoliaLogo.tsx b/packages/docsearch-react/src/AlgoliaLogo.tsx index 6441eda0e..578d5c4a4 100644 --- a/packages/docsearch-react/src/AlgoliaLogo.tsx +++ b/packages/docsearch-react/src/AlgoliaLogo.tsx @@ -10,9 +10,10 @@ type AlgoliaLogoProps = { export function AlgoliaLogo({ translations = {} }: AlgoliaLogoProps) { const { searchByText = 'Search by' } = translations; + return (