Skip to content

Commit

Permalink
comments cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Nov 19, 2024
1 parent e87235c commit d895afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/DesignSystem/Header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* Forked because we need to place the search button next to the menu button and handle it responsively to avoid rebuilding the mobile sidebar to include seach on mobile
* This component is forked because we need to place the search button next
* to the menu button and handle it responsively to avoid rebuilding the
* Docusaurus mobile sidebar to include seach on mobile
*
*/
import clsx from 'clsx';
Expand Down
1 change: 0 additions & 1 deletion src/components/SearchButton/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
.text {
display: none;

/* TODO move 36rem to variable? */
@media screen and (min-width: 997px) {
display: inline;
}
Expand Down

0 comments on commit d895afa

Please sign in to comment.