Skip to content

Commit

Permalink
fix(Images):remove skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizOuertani committed Mar 11, 2024
1 parent 7a940ee commit 892be50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ui/detailCard/DetailCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const DetailCard: React.FC<{ DetailCardData: DetailCardProps }> = ({
return (
<li className="relative z-50 overflow-hidden rounded-2xl shadow-2xl duration-300 hover:translate-y-1 hover:shadow-lg">
<NextImage
useSkeleton
src={DetailCardData.imageUrl}
fill
priority={false}
Expand Down
1 change: 0 additions & 1 deletion src/features/header/_partial/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default function Hero() {
<div className="relative overflow-hidden pb-52">
<div className="absolute left-0 top-0 z-10 h-full w-full">
<NextImage
useSkeleton
src="/images/hero-background.webp"
fill
style={{ objectFit: "cover" }}
Expand Down

0 comments on commit 892be50

Please sign in to comment.