Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gam3rrXD committed Jan 12, 2024
1 parent 57b9730 commit daf35b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Card = ({ title, text, image }) => {
<p className="font-productsans text-base">{text}</p>
</div>
<div className="flex-1 w-full ">
<LazyImage img={image} alt="Card" style="object-cover w-[500px] h-full rounded" />
<LazyImage img={image} style="object-cover w-[500px] h-full rounded" />
</div>
</div>
);
Expand Down
1 change: 0 additions & 1 deletion client/src/components/Splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const Splash = ({ title, subtitle, image }) => {
<LazyImage
img={image}
style="object-cover h-full w-full absolute mix-blend-overlay"
alt="Splash"
/>
<h1 className="text-7xl sm:text-9xl text-center font-scoutcond italic font-extrabold text-transparent bg-clip-text text-white px-4 z-10">
{title}
Expand Down

0 comments on commit daf35b0

Please sign in to comment.