From c55a36c79a1e91ae80d68774810fc1f8589a83bc Mon Sep 17 00:00:00 2001
From: Divya Shree M <1nc24cs055@ncetmail.com>
Date: Mon, 15 Jun 2026 22:43:44 +0530
Subject: [PATCH 1/2] feat: add hover effects to 404 page buttons
---
src/components/layout/NotFoundView.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/layout/NotFoundView.tsx b/src/components/layout/NotFoundView.tsx
index f342e022..210766ab 100644
--- a/src/components/layout/NotFoundView.tsx
+++ b/src/components/layout/NotFoundView.tsx
@@ -35,10 +35,10 @@ export default function NotFoundView() {
}
- className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl"
+ className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl transition-all duration-300 hover:scale-105 hover:shadow-xl"
>
Back to Safety
@@ -48,7 +48,7 @@ export default function NotFoundView() {
aria-label="Explore courses"
variant="secondary"
icon={
}
- className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl border-white/20 hover:bg-white/5"
+ className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl border-white/20 hover:bg-white/5 transition-all duration-300 hover:scale-105 hover:shadow-xl"
>
Explore Courses
From 9e82a754c6bacb20b95449593ea9f78a43cf45b3 Mon Sep 17 00:00:00 2001
From: Divya Shree M <1nc24cs055@ncetmail.com>
Date: Mon, 15 Jun 2026 22:48:08 +0530
Subject: [PATCH 2/2] new commit message
---
src/components/layout/NotFoundView.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/layout/NotFoundView.tsx b/src/components/layout/NotFoundView.tsx
index 210766ab..dde467be 100644
--- a/src/components/layout/NotFoundView.tsx
+++ b/src/components/layout/NotFoundView.tsx
@@ -35,7 +35,7 @@ export default function NotFoundView() {
}
className="w-full sm:w-auto text-lg px-8 py-6 rounded-2xl transition-all duration-300 hover:scale-105 hover:shadow-xl"