Skip to content

Commit

Permalink
Move search button to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Nov 17, 2023
1 parent 6cbee22 commit 37377ea
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ const Nav: FunctionComponent = function () {
</li>
)}

<li className='nav-item'>
<DocSearch
appId='HV1IDAB8IU'
indexName='mockoon'
apiKey='c3396e739c9949cf6ccf7305b8da46aa'
/>
</li>
<li
className='nav-item dropdown text-center'
onMouseEnter={() => {
Expand Down Expand Up @@ -177,7 +170,13 @@ const Nav: FunctionComponent = function () {
Course
</Link>
</li>

<li className='nav-item'>
<DocSearch
appId='HV1IDAB8IU'
indexName='mockoon'
apiKey='c3396e739c9949cf6ccf7305b8da46aa'
/>
</li>
<li
className='nav-item dropdown text-center'
onMouseEnter={() => {
Expand Down

0 comments on commit 37377ea

Please sign in to comment.