Mokse 59 dev#101
Conversation
…into MOKSE-59-dev
…into MOKSE-59-dev
…into MOKSE-59-dev
…into MOKSE-59-dev
…into MOKSE-59-dev
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Programs landing page to use updated logo assets for the “Stop The Stigma” and “Navigators Network” program cards.
Changes:
- Swapped the Stop The Stigma card image to
/assets/stop-the-stigma/stsLogo.png. - Swapped the Navigators Network card image to
/assets/navigators-network/NavNetLogo.png.
Comments suppressed due to low confidence (1)
app/(Public Pages)/(Programs)/programs/page.tsx:113
- The
alttext is now inaccurate for this image. The src points to the Navigators Network logo, but the alt still says "MOKSE Logo", which is misleading for screen readers. Update the alt text to describe the actual image (e.g., the program name/logo).
src={"/assets/navigators-network/NavNetLogo.png"}
alt="MOKSE Logo"
width={225}
height={50}
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <NextImage | ||
| src={"/assets/stop-the-stigma/EFCO STS.webp"} | ||
| src={"/assets/stop-the-stigma/stsLogo.png"} | ||
| alt="MOKSE Logo" |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
app/(Public Pages)/(Programs)/programs/page.tsx:113
- The
alttext is misleading for this image: thesrcis the Navigators Network logo (NavNetLogo.png), butaltstill says "MOKSE Logo". Update the alt text to match the actual image so assistive technologies announce it correctly.
src={"/assets/navigators-network/NavNetLogo.png"}
alt="MOKSE Logo"
width={225}
height={50}
| <NextImage | ||
| src={"/assets/stop-the-stigma/EFCO STS.webp"} | ||
| src={"/assets/stop-the-stigma/stsLogo.png"} | ||
| alt="MOKSE Logo" |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
app/(Public Pages)/(Programs)/programs/page.tsx:112
- The
alttext is misleading for this image. Thesrcpoints to the Navigators Network logo, butaltis still "MOKSE Logo", which is incorrect for screen readers. Update thealtto describe the actual image (e.g., "Navigators Network logo").
src={"/assets/navigators-network/NavNetLogo.png"}
alt="MOKSE Logo"
width={225}
| <NextImage | ||
| src={"/assets/stop-the-stigma/EFCO STS.webp"} | ||
| src={"/assets/stop-the-stigma/stsLogo.png"} | ||
| alt="MOKSE Logo" |
Review:
Waiting on peer review to approve and verify the changes that were made recently will not be affected by this merge.
Status:
Pending review