Skip to content

Commit

Permalink
tooltip is a dog
Browse files Browse the repository at this point in the history
  • Loading branch information
PandeCode committed Mar 3, 2023
1 parent c047556 commit 1dacadd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,25 +134,23 @@ export default function Home({ }: HomeProps) {
}}
>
<Flex gap={"md"}>
<Tooltip label="Select Type" withArrow>
<ActionIcon
title="Select Type"
onClick={() => {
setType("ANIME");
setTypeChooserOpen(false);
}}
>
<IconDeviceTv />{" "}
<IconDeviceTv />
</ActionIcon>
<ActionIcon
onClick={() => {
setType("MANGA");
setTypeChooserOpen(false);
}}
>
<IconBook />{" "}
<IconBook />
</ActionIcon>
</Tooltip>
</Flex>
</Popover.Dropdown>
</Popover>
Expand Down

0 comments on commit 1dacadd

Please sign in to comment.