chore: prettier

pull/26374/head
Nicolás Quiroz 2 years ago
parent 41d700ff8d
commit df653f20e9
  1. 2
      src/components/UI/docs/Breadcrumbs.tsx
  2. 2
      src/theme/search.css

@ -11,7 +11,7 @@ export const Breadcrumbs: FC = () => {
return (
<>
{router.asPath !== '/docs' && pathSplit.length > 1? (
{router.asPath !== '/docs' && pathSplit.length > 1 ? (
<Breadcrumb>
{pathSplit.map((path: string, idx: number) => {
return (

@ -149,7 +149,7 @@ svg[aria-label='Algolia'] * {
.DocSearch-Button-Container {
flex-direction: row-reverse;
}
.DocSearch-Button {
padding: 2rem 1rem;
width: 100%;

Loading…
Cancel
Save