Skip to content

Commit

Permalink
rename Seo component
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Jul 9, 2021
1 parent 773a65e commit 8e502bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-theme-store/src/views/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { usePixelSendEvent } from '../../sdk/pixel/usePixelSendEvent'
import { SearchProvider } from '../../sdk/search/Provider'
import AboveTheFold from './AboveTheFold'
import BelowTheFoldPreview from './BelowTheFoldPreview'
import SEO from './Seo'
import Seo from './Seo'
import type { ServerSearchPageQueryQuery } from '../../templates/__generated__/ServerSearchPageQuery.graphql'
import type { BrowserSearchPageQueryQuery } from '../../templates/__generated__/BrowserSearchPageQuery.graphql'

Expand Down Expand Up @@ -71,7 +71,7 @@ const SearchView: FC<SearchViewProps> = (props) => {
),
}}
>
<SEO {...props} />
<Seo {...props} />
<AboveTheFold {...props} />
<SuspenseViewport
fallback={<BelowTheFoldPreview {...props} />}
Expand Down

0 comments on commit 8e502bf

Please sign in to comment.