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 9f45b8f commit b6e9213Copy full SHA for b6e9213
src/app/components/elements/layout/SidebarLayout.tsx
@@ -531,7 +531,7 @@ export const QuestionFinderSidebar = (props: QuestionFinderSidebarProps) => {
531
return <ContentSidebar {...rest}>
532
<div className="section-divider"/>
533
<search>
534
- <h5>Search Questions</h5>
+ <h5>Search questions</h5>
535
<Input
536
className='search--filter-input my-4'
537
type="search" value={internalSearchText || ""}
0 commit comments