From a079b4bc9a41eaf5d07c19ada854547876d73b11 Mon Sep 17 00:00:00 2001 From: Debjit Naskar <45399832+captain-n3m0@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:37:27 +0530 Subject: [PATCH] Removed Penguin Mascot. --- src/components/ui/lamp.tsx | 26 +++++++++++++------------- src/pages/Home.tsx | 6 ------ 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/src/components/ui/lamp.tsx b/src/components/ui/lamp.tsx index 4aee29e..3432c68 100644 --- a/src/components/ui/lamp.tsx +++ b/src/components/ui/lamp.tsx @@ -29,10 +29,10 @@ export const LampContainer = ({ style={{ backgroundImage: `conic-gradient(var(--conic-position), var(--tw-gradient-stops))`, }} - className="absolute inset-auto right-1/2 h-56 overflow-visible w-[80vw] max-w-[30rem] bg-gradient-conic from-[#B49955] via-transparent to-transparent text-white [--conic-position:from_70deg_at_center_top]" + className="absolute inset-auto right-1/2 h-56 overflow-visible w-[30rem] bg-gradient-conic from-[#B49955] via-transparent to-transparent text-white [--conic-position:from_70deg_at_center_top] sm:w-[20rem] sm:h-40" > -
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
{children}
diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 61fb59e..bef3a23 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,6 +1,5 @@ import { LampContainer } from "../components/ui/lamp"; import { motion } from "framer-motion"; -import glowing_penguin from "../assets/images/glowing_penguin.svg"; const Home = () => { return ( @@ -26,11 +25,6 @@ const Home = () => { something really cool is coming soon! - Glowing Penguin
);