diff --git a/apps/portal/src/components/questions/QuestionSearchBar.tsx b/apps/portal/src/components/questions/QuestionSearchBar.tsx index c2850c71..bdd6e692 100644 --- a/apps/portal/src/components/questions/QuestionSearchBar.tsx +++ b/apps/portal/src/components/questions/QuestionSearchBar.tsx @@ -26,7 +26,8 @@ export default function QuestionSearchBar< isLabelHidden={true} label="Search by content" placeholder="Search by content" - startIcon={MagnifyingGlassIcon} + startAddOn={MagnifyingGlassIcon} + startAddOnType="icon" />