diff --git a/src/components/Header/style.css b/src/components/Header/style.css index 13ed08b..fe66819 100644 --- a/src/components/Header/style.css +++ b/src/components/Header/style.css @@ -125,7 +125,7 @@ display: none; } - form.search-input { + form.header-search-input { display: none; margin-left: 0; } diff --git a/src/components/Separator/WithAnchor/index.tsx b/src/components/Separator/WithAnchor/index.tsx index 103de18..5ac925e 100644 --- a/src/components/Separator/WithAnchor/index.tsx +++ b/src/components/Separator/WithAnchor/index.tsx @@ -4,12 +4,13 @@ type SeparatorProps = { pageName: String, pageLink: string, secondLink?: string, + titleStyles?: any } function SeparatorWithAnchor(props: SeparatorProps) { return (