Skip to content

Commit

Permalink
Revert "Documentation Fix (jaredpalmer#69)" (jaredpalmer#72)
Browse files Browse the repository at this point in the history
This reverts commit d82864d.
  • Loading branch information
sidwebworks authored Oct 9, 2021
1 parent d82864d commit b28416f
Show file tree
Hide file tree
Showing 13 changed files with 7,472 additions and 7,421 deletions.
4 changes: 1 addition & 3 deletions website/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules
.next
.DS_Store
yarn-error.log

.vercel
yarn-error.log
2 changes: 1 addition & 1 deletion website/.nextra/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Search = ({ directories }) => {
{renderList && (
<div className="search-overlay z-1" onClick={() => setShow(false)} />
)}
<div className="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<svg
fill="none"
strokeLinecap="round"
Expand Down
Loading

0 comments on commit b28416f

Please sign in to comment.