mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-04 23:32:55 +00:00
chore: prettier
This commit is contained in:
parent
41d700ff8d
commit
df653f20e9
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export const Breadcrumbs: FC = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{router.asPath !== '/docs' && pathSplit.length > 1? (
|
{router.asPath !== '/docs' && pathSplit.length > 1 ? (
|
||||||
<Breadcrumb>
|
<Breadcrumb>
|
||||||
{pathSplit.map((path: string, idx: number) => {
|
{pathSplit.map((path: string, idx: number) => {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ svg[aria-label='Algolia'] * {
|
||||||
.DocSearch-Button-Container {
|
.DocSearch-Button-Container {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
.DocSearch-Button {
|
.DocSearch-Button {
|
||||||
padding: 2rem 1rem;
|
padding: 2rem 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue