|
|
@@ -10,7 +10,7 @@ export const SearchHelp = (): JSX.Element => {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- <button type="button" className="btn border-0 text-muted d-flex justify-content-center align-items-center mb-2 ps-1" onClick={() => setIsOpen(!isOpen)}>
|
|
|
+ <button type="button" className="btn border-0 text-muted d-flex justify-content-center align-items-center ps-1" onClick={() => setIsOpen(!isOpen)}>
|
|
|
<span className="material-symbols-outlined me-2">help</span>
|
|
|
{ t('search_help.title') }
|
|
|
<span className="material-symbols-outlined ms-2">{isOpen ? 'expand_less' : 'expand_more'}</span>
|