summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/modals/ManualSearchModal.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/modals/ManualSearchModal.tsx')
-rw-r--r--frontend/src/components/modals/ManualSearchModal.tsx10
1 files changed, 3 insertions, 7 deletions
diff --git a/frontend/src/components/modals/ManualSearchModal.tsx b/frontend/src/components/modals/ManualSearchModal.tsx
index 2e2a7ffb0..174462697 100644
--- a/frontend/src/components/modals/ManualSearchModal.tsx
+++ b/frontend/src/components/modals/ManualSearchModal.tsx
@@ -237,18 +237,14 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
const { ref, hovered } = useHover();
return (
- <Popover
- opened={hovered}
- placement="center"
- position="top"
- target={
+ <Popover opened={hovered} position="top">
+ <Popover.Target>
<Text color={hasIssues ? "yellow" : "green"} ref={ref}>
<FontAwesomeIcon
icon={hasIssues ? faExclamationCircle : faCheckCircle}
></FontAwesomeIcon>
</Text>
- }
- >
+ </Popover.Target>
<Group align="flex-start" spacing="xl">
<Stack align="flex-start" spacing="xs">
<Text color="green">