File tree Expand file tree Collapse file tree 2 files changed +7
-77
lines changed Expand file tree Collapse file tree 2 files changed +7
-77
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import { cn } from "@/lib/utils/cn"
10
10
import { scrollIntoView } from "@/lib/utils/scrollIntoView"
11
11
12
12
import { BaseLink } from "../../tailwind/Link"
13
+ import { Button } from "../../tailwind/ui/buttons/Button"
13
14
14
- import { Button , ButtonIcon } from "./ui/button"
15
15
import { List , ListItem } from "./ui/list"
16
16
17
17
const socialLinks = [
@@ -309,8 +309,12 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
309
309
< Translation id = "website-last-updated" /> : { lastDeployLocaleTimestamp }
310
310
</ p >
311
311
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
314
318
</ Button >
315
319
</ div >
316
320
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments