Use tab to access navigation buttons
MyProjects component — placeholder
This block is a placeholder. It exists so the page is renderable and editable in Bloomreach before the real component ships.
- Replace the contents of
components/MyProjects/MyProjects.tsxwith a wrapper around the@pniMyProjects npm package (likely a client-only dynamic import withssr: false, seecomponents/MyFilesWrapper/MyFilesWrapper.tsxfor the pattern). - Verify and, if needed, update the per-breakpoint min-heights at the top of
components/MyProjects/MyProjects.module.scss(currently$min-height-mobile: 750px/$min-height-desktop: 650px, the recommended values while this is still a placeholder) so they match the real component's rendered height at each breakpoint. If a new breakpoint becomes relevant, add another variable + its own@include mq($from: …)block. Seecomponents/Configurator/Configurator.module.scssfor the same pattern; available breakpoint tokens (mobile-new,tablet-new,small-desktop-new,desktop-new,wide) are defined instyles/utilities/_mq-settings.scss.