We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b89d0 commit f33695aCopy full SHA for f33695a
1 file changed
apps/web/src/routes/_app/datahub/index.tsx
@@ -174,8 +174,8 @@ const RouteComponent = () => {
174
<div className="mb-3 flex flex-col justify-between gap-3 lg:flex-row">
175
<SearchBar
176
className="[&>input]:text-foreground [&>input]:placeholder-foreground grow"
177
- data-testid="datahub-subject-lookup-search"
178
- id="subject-lookup-search-bar"
+ data-testid="datahub-subject-search-bar"
+ id="datahub-subject-search-bar"
179
placeholder={t({
180
en: 'Click to Search',
181
fr: 'Cliquer pour rechercher'
0 commit comments