Skip to content

Commit

Permalink
Merge pull request #154 from privacy-scaling-explorations/fix-copy-an…
Browse files Browse the repository at this point in the history
…d-image

fix copy and image
  • Loading branch information
kalidiagne authored Mar 27, 2024
2 parents 9baf6c6 + 758badc commit 0e3142c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/[lang]/programs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const ProgramPageContent = ({ lang }: any) => {
width={280}
height={280}
className="mx-auto h-[256px] w-[290px] lg:ml-auto lg:h-[428px] lg:w-[484px]"
src="/images/programs-3.png"
src="/images/programs.png"
alt="computer image"
/>
}
Expand Down
2 changes: 1 addition & 1 deletion app/i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"showingProjectsWith": "Showing {{count}} projects with:",
"connectWithUs": "Connect with us",
"connectWithUsDescription": "We welcome contributions from around the world! Join our discord to try out apps, build with our tools, contribute to projects, or check out job openings and grant opportunities.",
"ourYearProgram": "Our {{year}} program",
"ourYearProgram": "Our {{year}} programs",
"onThisPage": "On this page",
"howToApply": "How to apply",
"chooseProgram": "Choose your program",
Expand Down
2 changes: 1 addition & 1 deletion components/sections/ConnectWithUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ConnectWithUs = ({ lang }: ConnectWithUsProps) => {
<Image
width={280}
height={280}
className="mx-auto h-[148px] w-[190px] lg:ml-auto lg:h-[247px] lg:w-[320px]"
className="mx-auto h-[153px] w-[174px] lg:ml-auto lg:h-[256px] lg:w-[290px]"
src="/images/programs.png"
alt="computer image"
/>
Expand Down
File renamed without changes

0 comments on commit 0e3142c

Please sign in to comment.