Skip to content

Commit 25cbf23

Browse files
committed
correct the search bar class
1 parent 5b48714 commit 25cbf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<div class="primary-action">
7272
{{#if env.ALGOLIA_API_KEY}}
7373
<form class="navbar-item search" id="search">
74-
<input class=dataLayer"query" type="text" placeholder="Search Docs"{{#if page.home}} autofocus{{/if}}><i class="fas fa-search"></i>
74+
<input class="dataLayer query" type="text" placeholder="Search Docs"{{#if page.home}} autofocus{{/if}}><i class="fas fa-search"></i>
7575
</form>
7676
{{/if}}
7777
<a href="https://cloud.couchbase.com/sign-up" class="free-trial-link" onclick="(window.dataLayer=window.dataLayer||[]).push({'event':'customEvent', 'category':'CTA', 'action':'Button Click', 'label':'Free Trial'});" >

0 commit comments

Comments
 (0)