Skip to content

Commit

Permalink
Remove SearchForm from the History page (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-yakubiv committed May 24, 2021
1 parent 41e0903 commit 5ff3686
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions templates/history/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Page,
Section,
AnniversaryLogo as Logo,
Search as SearchForm,
HistoryTimeline as Timeline,
} from 'components'

Expand Down Expand Up @@ -38,15 +37,7 @@ const HistoryPage = ({ data }) => (
description={data.description}
className={styles.page}
>
<Hero className={styles['blobs-background']} data={data}>
<div className="py-section-sm">
<SearchForm
action="/search"
name="q"
placeholder={data.searchPlaceholder}
/>
</div>
</Hero>
<Hero className={styles['blobs-background']} data={data} />
<Timeline className={styles.timeline} data={data} />
</Page>
)
Expand Down

0 comments on commit 5ff3686

Please sign in to comment.