From 4411ee7d1dcd5e074d6c0688bc29b18d5cb8ccd9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 23 Nov 2023 14:00:33 +0100 Subject: [PATCH] fix: add link to docs in hero section --- apps/client/src/pages/home/sections/hero/index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/client/src/pages/home/sections/hero/index.tsx b/apps/client/src/pages/home/sections/hero/index.tsx index d72d3962..4bbbf704 100644 --- a/apps/client/src/pages/home/sections/hero/index.tsx +++ b/apps/client/src/pages/home/sections/hero/index.tsx @@ -1,6 +1,7 @@ import { t } from "@lingui/macro"; import { ArrowRight } from "@phosphor-icons/react"; -import { Badge, Button } from "@reactive-resume/ui"; +import { Badge, buttonVariants } from "@reactive-resume/ui"; +import { cn } from "@reactive-resume/utils"; import { motion } from "framer-motion"; import Tilt from "react-parallax-tilt"; @@ -24,10 +25,15 @@ export const HeroSection = () => (
{t`Version 4`} - +