Enhance MovieCard component with new "aurora" layout: introduce a visually stunning design with gradient backgrounds, improved card interactions, and additional status indicators. Update MovieList to utilize the new layout for a more engaging user experience.
This commit is contained in:
@@ -107,7 +107,7 @@ export const MovieList: FC<Props> = ({
|
||||
ref={parent}
|
||||
>
|
||||
{sortedMovies.map((movie) => (
|
||||
<MovieCard key={movie.id} layout="zeus" {...movie} />
|
||||
<MovieCard key={movie.id} layout="aurora" {...movie} />
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user