fix(logo): empty utm campaign (#1259)
This commit is contained in:
parent
40ee15c073
commit
30ee161921
1 changed files with 2 additions and 1 deletions
|
|
@ -10,9 +10,10 @@ type AlgoliaLogoProps = {
|
|||
|
||||
export function AlgoliaLogo({ translations = {} }: AlgoliaLogoProps) {
|
||||
const { searchByText = 'Search by' } = translations;
|
||||
|
||||
return (
|
||||
<a
|
||||
href="https://www.algolia.com/docsearch"
|
||||
href={`https://www.algolia.com/ref/docsearch/?utm_source=${window.location.hostname}&utm_medium=referral&utm_content=powered_by&utm_campaign=docsearch`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue