Skip to content

Commit bd95176

Browse files
committed
fix: correct image filename for GSoC and update header text for clarity
1 parent 79bc34b commit bd95176

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Page/OpportunitiesHub/OpenSource.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ const OSProgramList = [
775775
type: 'Student-friendly, Open Source',
776776
guidelines: '/OpenSource/gsoc',
777777
applyLink: 'https://summerofcode.withgoogle.com/',
778-
poster: '/assets/opensourceProgram/GSoC.png',
778+
poster: '/assets/opensourceProgram/GSOC.png',
779779
shareLink: '#gsoc2026',
780780
},
781781
{

src/Page/OpportunitiesHub/opensource/gsoc.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,17 +393,17 @@ export default function GsocPage() {
393393
<div className="absolute bottom-2 left-2 h-40 w-40 rounded-full bg-blue-500 blur-2xl sm:bottom-4 sm:left-4 sm:h-48 sm:w-48 sm:blur-3xl md:bottom-10 md:left-10 md:h-96 md:w-96" />
394394
</div>
395395
<div className="relative z-10 mx-auto flex max-w-6xl flex-col items-center justify-center gap-8 sm:gap-10 md:gap-12">
396-
{/* Everything You Need to Crack */}
396+
{/* Everything You Need to Decode */}
397397
<h1 className="text-center text-2xl font-black leading-tight text-white sm:text-3xl md:text-5xl lg:text-6xl">
398398
<span className="bg-gradient-to-r from-cyan-400 to-blue-400 bg-clip-text text-transparent">
399-
Everything You Need to Crack
399+
Everything You Need to Decode
400400
</span>
401401
</h1>
402402

403403
{/* GSoC Image */}
404404
<div className="relative w-full overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl">
405405
<img
406-
src="/assets/opensourceProgram/GSoC.png"
406+
src="/assets/opensourceProgram/GSOC.png"
407407
alt="Google Summer of Code 2026"
408408
className="h-auto w-full object-cover"
409409
/>

0 commit comments

Comments
 (0)