Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next.js migration #2802

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

next.js migration #2802

wants to merge 6 commits into from

Conversation

ChelseaKR
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@mflymfly mflymfly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Homepage

  • Career Nav pill button on homepage should be primary blue
    image

Training Explorer

  • Match checkbox border styling to border styling of text inputs
    image

In-demand occupations

  • Getting the following error when opening that page
    `src/app/in-demand-occupations/page.tsx (12:27) @ async getData

src/app/in-demand-occupations/page.tsx (12:27) @ async getData

10 |   const { globalNav, mainNav, footerNav1, footerNav2 } = await getNav();
 11 |
> 12 |   const occupationItems = await fetch(
    |                           ^
 13 |     `${process.env.REACT_APP_API_URL}/api/occupations`,
 14 |   );

Resource Pages

Filter tray should not have top rounded corner on mobile:
image

  • Getting an error when trying to make TE search Error: fetch failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants