Fix not being able to click the icon image

This commit is contained in:
2025-07-17 19:36:13 -07:00
parent a0b19a8cc4
commit 7e404bfec3
2 changed files with 1 additions and 4 deletions

View File

@@ -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];
}

View File

@@ -33,6 +33,7 @@ const Sidebar = () => {
></div>
<div className='logo'>
<img
draggable={false}
src={Icon}
width={48}
height={48}