Closed mariana-caldas closed 1 year ago
App still functions as expected
App still functions as expected
I'm not sure what you mean, @Faith-Nchifor . Feel free to elaborate on your comment and maybe questions and ping me or @cherylli on Slack if necessary.
I'm sorry for not explaining clearly @mariana-caldas. I meant the changes for the
Personally, I tried to make the changes before assigning myself to this task but I got some errors. I know see what @cherylli did and hopefully I will do the next task successfully.
What do we need to build or fix?
In order to update to Next.js 13, we are using
import Image from 'next/legacy/image'
on the componentsCard.js
andTwoColumns.js
. We need to adjust the<Image />
components on those components so they match the new Next.js 13 requirements and we can, then, remove thelegacy
flag.Technical details
Adapt the
<Images />
components by checking the documentation guidelinesApproach suggestions
objectFit
andlayout
on theDeadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 10 days.
Acceptance criteria
yarn build
locally to solve the issues and commit the changes.