Skip to content

Commit dee60e2

Browse files
authored
Merge pull request #43 from Octasol/hotfix/bounty1
refactor: update sponsor and bounty details headings for clarity
2 parents e459165 + afd2de6 commit dee60e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/app/(pages)/bounty/[id]/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const BountyDetails = () => {
207207
<div className="w-full md:max-w-[400px] flex flex-col h-full md:h-[90vh] relative md:sticky top-0 px-4">
208208
<div className="w-full h-min flex flex-col items-start py-5 px-4 md:px-8 gap-4 bg-[#0f0f0f] rounded-xl ">
209209
<p className=" underline underline-offset-4 font-bold">
210-
SPONSOR DETAILS
210+
About Sponsor
211211
</p>
212212
<div className="w-full flex justify-center items-center">
213213
{bounty?.sponsor?.image ? (
@@ -222,10 +222,10 @@ const BountyDetails = () => {
222222
<User size={50} />
223223
)}
224224
</div>
225-
<div className="w-full flex justify-between items-center ">
225+
<div className="w-full flex justify-between items-center font-semibold">
226226
{bounty?.sponsor && `${bounty?.sponsor.name}`}
227227
</div>
228-
<div className="w-full italic ">
228+
<div className="w-full ">
229229
{bounty?.sponsor && bounty?.sponsor.description}
230230
</div>
231231

@@ -327,7 +327,7 @@ const BountyDetails = () => {
327327
<div className="w-full flex h-full bg-[#0f0f0f] rounded-xl ">
328328
<div className="w-full flex flex-col items-start py-5 px-4 md:px-8 gap-4">
329329
<p className=" underline underline-offset-4 font-bold">
330-
BOUNTY DETAILS
330+
Details
331331
</p>
332332
<div className="w-full flex flex-col md:flex-row justify-between items-center gap-5 md:gap-2">
333333
<div className="w-full md:w-6/12 ">
@@ -457,11 +457,11 @@ const BountyDetails = () => {
457457
<div className="w-full h-[1px] bg-black pb-1 rounded-full"></div>
458458

459459
<div className="w-full flex flex-col gap-4">
460-
<p className=" underline underline-offset-4 ">
461-
DESCRIPTION
460+
<p className=" underline underline-offset-4 font-semibold">
461+
Description
462462
</p>
463463
<div
464-
className="w-full italic "
464+
className="w-full "
465465
dangerouslySetInnerHTML={{
466466
__html: bounty?.bountyDescription ?? "",
467467
}}

0 commit comments

Comments
 (0)