File tree Expand file tree Collapse file tree
src/Page/OpportunitiesHub/opensource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -398,9 +398,11 @@ export default function GsocPage() {
398398 < p className = "animate-text-gradient bg-gradient-to-r from-cyan-400 via-blue-500 to-cyan-400 bg-[length:200%_auto] bg-clip-text pb-2 text-xl font-semibold tracking-wide text-transparent sm:text-5xl" >
399399 Everything
400400 </ p >
401- < p className = "text-xl font-semibold tracking-wide text-slate-200 sm:text-5xl" > You Need to Decode</ p >
401+ < p className = "animate-text-gradient bg-gradient-to-r from-cyan-400 via-blue-500 to-cyan-400 bg-[length:200%_auto] bg-clip-text pb-2 text-xl font-semibold tracking-wide text-transparent sm:text-5xl" >
402+ You Need to Decode:
403+ </ p >
402404 < div className = "flex justify-center md:justify-start" >
403- < div className = "relative overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl" >
405+ < div className = "relative max-w-md overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl" >
404406 < img
405407 src = "/assets/opensourceProgram/GSOC.png"
406408 alt = "Google Summer of Code 2026"
@@ -409,7 +411,6 @@ export default function GsocPage() {
409411 </ div >
410412 </ div >
411413 </ div >
412-
413414 < GsocLoader />
414415 </ div >
415416 </ section >
You can’t perform that action at this time.
0 commit comments