We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c919c1 commit ded6a6fCopy full SHA for ded6a6f
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