Skip to content

Commit d75eb0f

Browse files
committed
fix: correct like element
1 parent 89221b4 commit d75eb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AppContainer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Alert, Badge, Container, Modal, Text } from "@mantine/core"
1+
import { Alert, Badge, Button, Container, Modal, Text } from "@mantine/core"
22
import { useDisclosure, useLocalStorage } from "@mantine/hooks"
33
import { useMemo, useState } from "react"
44
import { BooleanParam, JsonParam, NumberParam, withDefault } from "use-query-params"
@@ -52,9 +52,9 @@ const Warning = () => {
5252
<>
5353
{" "}
5454
Si ceci vous est utile, un{" "}
55-
<Badge variant="outline" size="sm" onClick={onLike}>
55+
<Button variant="outline" size="xs" compact onClick={onLike}>
5656
petit click
57-
</Badge>{" "}
57+
</Button>{" "}
5858
pour la motivation
5959
</>
6060
)}

0 commit comments

Comments
 (0)