Rename search to explore in titles and links (#8116)

* Rename search to explore in titles and links

* Conditionally use Explore
This commit is contained in:
Eric Bailey
2025-04-04 10:30:12 -05:00
committed by GitHub
parent 148bfa803d
commit 94bc677ef5
5 changed files with 21 additions and 13 deletions
+3 -1
View File
@@ -55,12 +55,14 @@ export function SearchScreenShell({
fixedParams,
navButton = 'menu',
inputPlaceholder,
isExplore,
}: {
queryParam: string
testID: string
fixedParams?: Params
navButton?: 'back' | 'menu'
inputPlaceholder?: string
isExplore?: boolean
}) {
const t = useTheme()
const {gtMobile} = useBreakpoints()
@@ -302,7 +304,7 @@ export function SearchScreenShell({
)}
<Layout.Header.Content align="left">
<Layout.Header.TitleText>
<Trans>Search</Trans>
{isExplore ? <Trans>Explore</Trans> : <Trans>Search</Trans>}
</Layout.Header.TitleText>
</Layout.Header.Content>
{showFilters ? (