From 20d3f86f9a5418142b458d6e361d46c60f28f58b Mon Sep 17 00:00:00 2001 From: Ganeshan M Date: Thu, 10 Oct 2024 23:18:18 +0530 Subject: [PATCH] use new ButtonLink --- src/components/Translatathon/ApplyNow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Translatathon/ApplyNow.tsx b/src/components/Translatathon/ApplyNow.tsx index 993199a6ccb..ea683a07de6 100644 --- a/src/components/Translatathon/ApplyNow.tsx +++ b/src/components/Translatathon/ApplyNow.tsx @@ -1,6 +1,6 @@ -import { ButtonLink } from "@/components/Buttons" import Callout from "@/components/Callout" +import { ButtonLink } from "../ui/buttons/Button" import { Flex } from "../ui/flex" import { APPLICATION_END_DATE, APPLICATION_URL } from "./constants"