Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/(Public Pages)/(Programs)/programs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Programs() {
<ClientOnly fallback={<Box boxSize={'xs'} bg={"blue.500"} />}>
<Image asChild>
<NextImage
src={"/assets/stop-the-stigma/EFCO STS.webp"}
src={"/assets/stop-the-stigma/stsLogo.png"}
alt="MOKSE Logo"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@copilot review this PR again

width={180}
height={50}
Expand Down Expand Up @@ -107,7 +107,7 @@ export default function Programs() {
<ClientOnly fallback={<Box boxSize={'xs'} bg={"blue.500"} />}>
<Image asChild>
<NextImage
src={"/assets/navigators-network/EFCO BookShire.png"}
src={"/assets/navigators-network/NavNetLogo.png"}
alt="MOKSE Logo"
width={225}
height={50}
Expand Down
Binary file added public/assets/navigators-network/NavNetLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/stop-the-stigma/stsLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading