Skip to content

Commit

Permalink
remove unnecessary classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed May 7, 2024
1 parent 96d006b commit 72acffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const SummerCoursePage = ({ node, ...props }: Props) => {
<div className="order-2 col-span-12 md:col-span-8">
<div className="grid grid-cols-1 lg:grid-cols-2 gap-10 rs-mb-4">
{node.sumCourseImage &&
<div className="relative w-full h-0 aspect-w-1 aspect-h-1 rounded-[25px] overflow-hidden">
<div className="relative aspect-w-1 aspect-h-1">
<Image
className="object-cover rounded-[25px]"
src={node.sumCourseImage.mediaImage.url}
Expand Down

0 comments on commit 72acffc

Please sign in to comment.