diff --git a/components/TopBar/TopBar.tsx b/components/TopBar/TopBar.tsx index 8a48474a0..c44d2c840 100644 --- a/components/TopBar/TopBar.tsx +++ b/components/TopBar/TopBar.tsx @@ -28,7 +28,7 @@ export const TopBar: FC = ({ className }) => { .split('-') .join(' ') .replace(removeString, '') - .replaceAll('+', ' ') + .replace(/\+/g, ' ') useEffect(() => { if (results > 0) {