Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 233dc2e according to the output
from Prettier and StandardJS.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Dec 25, 2024
1 parent 233dc2e commit 3dc965a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stateless/HorizontalScroll/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Card = ({ card }) => {
backgroundPosition: 'center',
}}
className="absolute inset-0 z-0 transition-transform duration-300 group-hover:scale-110"
></div>
/>
<div className="absolute inset-0 z-10 grid place-content-center">
<p className="p-8 text-6xl font-black text-white uppercase bg-gradient-to-br from-white/20 to-white/0 backdrop-blur-lg">
{card.title}
Expand Down

0 comments on commit 3dc965a

Please sign in to comment.