Skip to content

Commit 1dacadd

Browse files
committed
tooltip is a dog
1 parent c047556 commit 1dacadd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/Home.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,25 +134,23 @@ export default function Home({ }: HomeProps) {
134134
}}
135135
>
136136
<Flex gap={"md"}>
137-
<Tooltip label="Select Type" withArrow>
138137
<ActionIcon
139138
title="Select Type"
140139
onClick={() => {
141140
setType("ANIME");
142141
setTypeChooserOpen(false);
143142
}}
144143
>
145-
<IconDeviceTv />{" "}
144+
<IconDeviceTv />
146145
</ActionIcon>
147146
<ActionIcon
148147
onClick={() => {
149148
setType("MANGA");
150149
setTypeChooserOpen(false);
151150
}}
152151
>
153-
<IconBook />{" "}
152+
<IconBook />
154153
</ActionIcon>
155-
</Tooltip>
156154
</Flex>
157155
</Popover.Dropdown>
158156
</Popover>

0 commit comments

Comments
 (0)