diff --git a/src/components/DesignSystem/Header/index.tsx b/src/components/DesignSystem/Header/index.tsx index 3991c6b..3304d9a 100644 --- a/src/components/DesignSystem/Header/index.tsx +++ b/src/components/DesignSystem/Header/index.tsx @@ -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'; diff --git a/src/components/SearchButton/styles.module.css b/src/components/SearchButton/styles.module.css index f77b188..6b1a00b 100644 --- a/src/components/SearchButton/styles.module.css +++ b/src/components/SearchButton/styles.module.css @@ -22,7 +22,6 @@ .text { display: none; - /* TODO move 36rem to variable? */ @media screen and (min-width: 997px) { display: inline; }