Skip to content

Commit

Permalink
fix: removing dependencies Chakra UI and config <a> props
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-leal committed Oct 16, 2024
1 parent 7864ad4 commit a1d646d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/CallToActionSection.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import { Button, Flex, Heading, Stack } from "@chakra-ui/react";
import { Trans } from "react-i18next";

import { Illustration } from "@packages/components/icons";
Expand Down Expand Up @@ -29,7 +28,7 @@ export default function CallToActionSection() {
<div className="w-full sm:w-auto flex flex-col sm:flex-row">
<a
href={links.secondaryButton}
className="rounded-full px-6 py-2 font-semibold bg-gray-100 text-black hover:bg-gray-200"
className="btn btn-ghost hover:btn-active rounded-full bg-gray-200"
>
{t("secondary-button")}
</a>
Expand Down

0 comments on commit a1d646d

Please sign in to comment.