feat: remove drop shadow from title image

This commit is contained in:
neoapps-dev
2026-09-11 18:04:14 +03:00
parent 7a7731bcfd
commit db639bcac6
+1 -1
View File
@@ -612,7 +612,7 @@ export default function App() {
stiffness: 300, stiffness: 300,
damping: 25, damping: 25,
}} }}
className="w-full drop-shadow-[0_8px_6px_rgba(0,0,0,0.8)] pointer-events-none" className="w-full pointer-events-none"
style={{ imageRendering: "pixelated" }} style={{ imageRendering: "pixelated" }}
/> />
)} )}