Skip to content

Commit cf7ad16

Browse files
committed
refactor: update GsocPage text structure for improved readability
1 parent 9a6ad27 commit cf7ad16

File tree

1 file changed

+2
-4
lines changed
  • src/Page/OpportunitiesHub/opensource

1 file changed

+2
-4
lines changed

src/Page/OpportunitiesHub/opensource/gsoc.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,8 @@ export default function GsocPage() {
395395
</div>
396396
<div className="relative z-10 mx-auto grid max-w-6xl items-center gap-8 sm:gap-10 md:grid-cols-2 md:gap-12">
397397
<div className="space-y-4 text-center md:text-left">
398-
<p className="text-xl font-semibold tracking-wide text-slate-200 sm:text-5xl">
399-
Everything <br />
400-
You Need to Decode
401-
</p>
398+
<p className="text-xl font-semibold tracking-wide text-slate-200 sm:text-5xl">Everything</p>
399+
<p className="text-xl font-semibold tracking-wide text-slate-200 sm:text-5xl">You Need to Decode</p>
402400
<div className="flex justify-center md:justify-start">
403401
<div className="relative overflow-hidden rounded-3xl border border-slate-800 bg-slate-900 shadow-2xl">
404402
<img

0 commit comments

Comments
 (0)