Skip to content

Commit

Permalink
Don't show back to search link
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 17, 2023
1 parent e8387f7 commit 94646f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions searchlib/components/SearchView/SearchView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ export const SearchView = (props) => {
appConfig={appConfig}
header={
<>
{wasInteracted && (
<a href={appConfig.landingPageURL} className="back-link">
<Icon className="arrow left" />
Back to search home
</a>
)}
{/* {wasInteracted && ( */}
{/* <a href={appConfig.landingPageURL} className="back-link"> */}
{/* <Icon className="arrow left" /> */}
{/* Back to search home */}
{/* </a> */}
{/* )} */}
<RenderSlot
{...props}
searchState={searchState}
Expand Down

0 comments on commit 94646f3

Please sign in to comment.