Fix not being able to click the icon image
This commit is contained in:
@@ -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];
|
||||
}
|
||||
@@ -33,6 +33,7 @@ const Sidebar = () => {
|
||||
></div>
|
||||
<div className='logo'>
|
||||
<img
|
||||
draggable={false}
|
||||
src={Icon}
|
||||
width={48}
|
||||
height={48}
|
||||
|
||||
Reference in New Issue
Block a user