Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tteixeira committed Jan 20, 2024
2 parents 058122b + 9985e8c commit eef4292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/utilities/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const Search = () => {

const searchClient = algoliasearch(
"XNXFGO6BQ1",
"b90675aaf5269e66b8b0cd042dacf0d0"
"dd82fd414de60db7ffbcbf30eca68013",
);

function Hit(props) {
Expand All @@ -155,7 +155,7 @@ const Search = () => {
<article
className={classNames(
styles.HitContainer,
props.hit.__position === indexFocus ? styles.ActiveHit : ""
props.hit.__position === indexFocus ? styles.ActiveHit : "",
)}
tabIndex="-1"
>
Expand Down

0 comments on commit eef4292

Please sign in to comment.