Skip to content

Commit 3a7b962

Browse files
author
“KushPatel-18”
committed
Removed box shadow
1 parent 56b64f5 commit 3a7b962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/ui/landingGames.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function LandingGames() {
3939
{showcases.slice(0, 3).map((game) => (
4040
<div
4141
key={game.game_id}
42-
className="rounded-xl p-6 text-background shadow-lg duration-200 ease-in-out hover:scale-110"
42+
className="rounded-xl p-6 text-background duration-200 ease-in-out hover:scale-110"
4343
>
4444
<Link key={game.game_id} href={`/games/${game.game_id}`}>
4545
<div className="relative aspect-[16/9] w-full overflow-hidden rounded-lg">

0 commit comments

Comments
 (0)