Last active
November 24, 2021 16:38
-
-
Save Youhan/81199e82bfb4e75548f37b7e997ec2d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- A/B testable --> | |
<rec-search-form class="ab-original-searchbar hidden md:flex items-center mr-2 md:mr-4 w-full" search-url="{{ routes.search_url }}" aria-label="Search form"></rec-search-form> | |
<rec-algolia-autocomplete class="ab-algolia-searchbar search-bar" placeholde="test" search-url="{{ routes.search_url }}" aria-label="Search form"></rec-algolia-autocomplete> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Not A/B testable --> | |
<rec-algolia-autocomplete class="search-bar" placeholde="test" search-url="{{ routes.search_url }}" aria-label="Search form"></rec-algolia-autocomplete> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment