Skip to content

Commit 2ed10b7

Browse files
committed
use migrated ButtonLink
1 parent 180fab1 commit 2ed10b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/wallets/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
66

77
import { BasePageProps, Lang } from "@/lib/types"
88

9-
import ButtonLink from "@/components/Buttons/ButtonLink"
109
import Callout from "@/components/Callout"
1110
import Card from "@/components/Card"
1211
import CardList from "@/components/CardList"
@@ -20,6 +19,7 @@ import { StandaloneQuizWidget } from "@/components/Quiz/QuizWidget"
2019
import { Simulator } from "@/components/Simulator"
2120
import { SIMULATOR_ID } from "@/components/Simulator/constants"
2221
import Translation from "@/components/Translation"
22+
import { ButtonLink } from "@/components/ui/buttons/Button"
2323
import { Divider } from "@/components/ui/divider"
2424

2525
import { existsNamespace } from "@/lib/utils/existsNamespace"

0 commit comments

Comments
 (0)