Skip to content

Commit

Permalink
removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanluiz33 committed Jan 2, 2024
1 parent c668a9e commit d5ac870
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/decohelp/pages/ui/Sidebar/SearchButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ export default function SearchButton(
rel="stylesheet"
href={asset("/algoliaDocSearch.css")}
/>

<style
dangerouslySetInnerHTML={{
__html: `
.algolia-autocomplete .ds-dropdown-menu {
width: 1500px;
}
`
}}
/>

</Head>
<div
title="Search Button"
Expand Down

0 comments on commit d5ac870

Please sign in to comment.