From beacf1532eee1b159c8e1922f79464d8c2aa4a8e Mon Sep 17 00:00:00 2001 From: codetorso Date: Tue, 21 May 2024 02:01:29 +0530 Subject: [PATCH] simple hover link animation --- apps/web-v2/src/app/(landing)/Hero.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web-v2/src/app/(landing)/Hero.tsx b/apps/web-v2/src/app/(landing)/Hero.tsx index 74300c8b..a1840fe5 100644 --- a/apps/web-v2/src/app/(landing)/Hero.tsx +++ b/apps/web-v2/src/app/(landing)/Hero.tsx @@ -3,6 +3,7 @@ import React from "react"; import { motion } from "framer-motion"; import { Twitter } from "@/utils/icons"; import EmailInput from "./EmailInput"; +import LinkArrow from "./linkArrow"; const slap = { initial: { @@ -22,10 +23,11 @@ function Hero() { <>
- Follow us on Twitter +
Follow us on Twitter