Skip to content

Commit

Permalink
No list style on algolia search results
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Feb 26, 2024
1 parent 51196dc commit 2311c40
Show file tree
Hide file tree
Showing 3 changed files with 967 additions and 914 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const CustomHits = (props) => {
)

return (
<ul>
<ul style={{listStyle: "none", padding: 0}}>
{hits.map(hit =>
<li key={hit.objectID}>
<Hit hit={hit}/>
Expand Down
Loading

0 comments on commit 2311c40

Please sign in to comment.