feat: remove glow
This commit is contained in:
@ -30,7 +30,7 @@ export function Card(
|
||||
sm:w-48 sm:h-48
|
||||
w-[37vw] h-[37vw]"
|
||||
>
|
||||
{!image?.includes("placeholder.svg") &&
|
||||
{!image?.includes("placeholder.svg") && false &&
|
||||
(
|
||||
<img
|
||||
class="absolute opacity-30 top-0 left-0 object-cover w-full h-full -z-10"
|
||||
|
Reference in New Issue
Block a user