Skip to content

Commit

Permalink
Merge pull request #85 from OpenSourceOrg/add/dev/77-jetpack-search
Browse files Browse the repository at this point in the history
Replace regular search with Jetpack Search (dev)
  • Loading branch information
bernattorras authored Jun 6, 2024
2 parents a03821a + 124520a commit f9a4d86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions themes/osi/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
?>
</nav><!-- #site-navigation -->
<section class="open-search-wrapper">
<button aria-label="Open Search" id="openSearch" class="open-search open-button">
<?php OSI\SVG::the_svg( 'search' ); ?>
</button>
<a aria-label="Open Search" class="open-search open-button jetpack-search-filter__link" href="#">
<?php OSI\SVG::the_svg( 'search' ); ?>
</a>
</section>
<section class="open-button-wrapper">
<button aria-label="Open Menu" id="openMainMenu" class="open-main-menu open-button">
Expand All @@ -62,4 +62,3 @@
</section>
</div>
</header><!-- #masthead -->
<?php get_template_part( 'template-parts/header', 'search' ); ?>

0 comments on commit f9a4d86

Please sign in to comment.