From 7e404bfec3813e267f6c4f6fd944be5cd2980691 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 17 Jul 2025 19:36:13 -0700 Subject: [PATCH] Fix not being able to click the icon image --- src/Globals.scss | 4 ---- src/componets/Sidebar.tsx | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Globals.scss b/src/Globals.scss index 38ca094..3d8b482 100644 --- a/src/Globals.scss +++ b/src/Globals.scss @@ -6,10 +6,6 @@ body { @apply bg-[#131313] text-white select-none; } -img { - @apply pointer-events-none; -} - .button { @apply bg-[#4378bf] hover:bg-[#5988c6] rounded-md cursor-pointer text-[16px] p-3 transition-colors duration-[0.25s]; } \ No newline at end of file diff --git a/src/componets/Sidebar.tsx b/src/componets/Sidebar.tsx index 1b0b3c1..d03b162 100644 --- a/src/componets/Sidebar.tsx +++ b/src/componets/Sidebar.tsx @@ -33,6 +33,7 @@ const Sidebar = () => { >