Skip to content

Commit 5a8131a

Browse files
jddeepUday-SR
authored andcommitted
Merge pull request AOSSIE-Org#409 from bassamadnan/main
Replaced mentor name for PictoPy
2 parents b02c281 + 29ca5c6 commit 5a8131a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/pages/apply.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ export default function About() {
5959
<Image src={GSoC} width={700} className='mx-auto' />
6060
{/* <h3 className="text-4xl font-bold">100+</h3> */}
6161
{/* <h1 className="mt-4 text-4xl font-mono font-black text-gray-500">
62-
2024 Program Timeline
62+
2025 Program Timeline
6363
</h1> */}
6464
<div className='mt-10 flex justify-center gap-6 flex-col sm:flex-row'>
6565
<Link className=" order-1 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/">
6666
<span className="font-mono font-semibold text-center">
67-
View 2024 Program Announcements
67+
View 2025 Program Announcements
6868
</span>
6969
</Link>
7070
<Link className="order-2 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/programs/2024">
7171
<span className="font-mono font-semibold text-center">
72-
View 2024 Program Timeline
72+
View 2025 Program Timeline
7373
</span>
7474
</Link>
7575
</div>

src/pages/ideas/2025/pictopy.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The backend has been stable but stagnant and could use refactoring and design en
3333

3434
## Mentors:
3535

36-
`Bassam`
36+
`Pranav Aggarwal`

src/pages/ideas/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function Ideas({ articles }) {
5151
href="/ideas/2024"
5252
>
5353
<span className="text-center font-mono font-semibold">
54-
View 2024 Idea List
54+
View 2025 Idea List
5555
</span>
5656
</Link>
5757
</div>

0 commit comments

Comments
 (0)