undefined variable fixed

This commit was merged in pull request #630.
This commit is contained in:
victorAnumudu
2024-03-09 08:19:33 +01:00
parent dccbe76c5b
commit ee94cbc92c
2 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@ export default function FamilyWalletRedeemOptions() {
let bgImage = `url(${newData?.image})`
return (
<Link to={''} key={item}>
<div className={`group relative h-60 text-black dark:text-white rounded-2xl shadow-md hover:shadow-none transition-all duration-300 overflow-hidden`}
<div className={`group relative h-60 text-black dark:text-white rounded-2xl shadow-lg hover:shadow-md transition-all duration-300 overflow-hidden`}
style={{
// background: `#ffffff ${bgImage} no-repeat center center / cover`
}}