From e3335b9f542abee5cd0570594996cb111b84074f Mon Sep 17 00:00:00 2001
From: Priyansh Shah <105874877+Priyansh4444@users.noreply.github.com>
Date: Sat, 20 Jul 2024 21:52:07 +0530
Subject: feat/refactor: Using instead of and hovering animation
- Adding Hovering animation for user responsiveness
- Using NextJs is Link tag rather than a tag since Link Tags prefetch pages
---
apps/web/app/(dash)/home/page.tsx | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx
index 378acdf8..09521b77 100644
--- a/apps/web/app/(dash)/home/page.tsx
+++ b/apps/web/app/(dash)/home/page.tsx
@@ -9,6 +9,7 @@ import { toast } from "sonner";
import { motion } from "framer-motion";
import { variants } from "./homeVariants";
import { ChromeIcon, GithubIcon, TwitterIcon } from "lucide-react";
+import Link from "next/link";
const slap = {
initial: {
@@ -133,33 +134,33 @@ function Page({
--
cgit v1.2.3
From e8d57aebb9baab33e55f2170533b1e2fa7b1ccb4 Mon Sep 17 00:00:00 2001
From: Priyansh Shah <105874877+Priyansh4444@users.noreply.github.com>
Date: Sat, 20 Jul 2024 22:03:52 +0530
Subject: fix: forgot to close the Link tag since was on phone
---
apps/web/app/(dash)/home/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx
index 09521b77..49984cc3 100644
--- a/apps/web/app/(dash)/home/page.tsx
+++ b/apps/web/app/(dash)/home/page.tsx
@@ -151,7 +151,7 @@ function Page({
>
Bug report
-