Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-web
ensembl-client
Commits
f13aafc6
Unverified
Commit
f13aafc6
authored
Jul 28, 2021
by
Manoj Pandian Sakthivel
Committed by
GitHub
Jul 28, 2021
Browse files
Update gene search help text (#539)
parent
7ea2128c
Pipeline
#179807
passed with stages
in 6 minutes and 12 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/ensembl/src/shared/components/in-app-search/InAppSearch.tsx
...sembl/src/shared/components/in-app-search/InAppSearch.tsx
+4
-1
No files found.
src/ensembl/src/shared/components/in-app-search/InAppSearch.tsx
View file @
f13aafc6
...
...
@@ -82,11 +82,14 @@ const InAppSearch = (props: Props) => {
dispatch
(
clearSearch
({
app
,
genomeId
}));
};
const
questionButtonHint
=
'
Find a gene using a stable ID (versioned or un-versioned), symbol or synonym; wildcards are also supported
'
;
const
rightCorner
=
query
?
(
<
CloseButton
onClick
=
{
clear
}
/>
)
:
(
<
QuestionButton
helpText
=
"This is a h
int
"
helpText
=
{
questionButtonH
int
}
styleOption
=
{
QuestionButtonOption
.
INPUT
}
/>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment