Skip to content

Commit 4d4e548

Browse files
committed
remove tmp button
1 parent 5107413 commit 4d4e548

File tree

2 files changed

+7
-77
lines changed

2 files changed

+7
-77
lines changed

src/components/Footer.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { cn } from "@/lib/utils/cn"
1010
import { scrollIntoView } from "@/lib/utils/scrollIntoView"
1111

1212
import { BaseLink } from "../../tailwind/Link"
13+
import { Button } from "../../tailwind/ui/buttons/Button"
1314

14-
import { Button, ButtonIcon } from "./ui/button"
1515
import { List, ListItem } from "./ui/list"
1616

1717
const socialLinks = [
@@ -309,8 +309,12 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
309309
<Translation id="website-last-updated" />: {lastDeployLocaleTimestamp}
310310
</p>
311311

312-
<Button variant="secondary" onClick={() => scrollIntoView("__next")}>
313-
<ButtonIcon icon={<IoChevronUpSharp />} /> Go to top
312+
<Button
313+
variant="outline"
314+
isSecondary
315+
onClick={() => scrollIntoView("__next")}
316+
>
317+
<IoChevronUpSharp /> Go to top
314318
</Button>
315319
</div>
316320

src/components/ui/button.tsx

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)