Skip to content

Commit 145363b

Browse files
committed
feat: ui tweaks
1 parent 6071440 commit 145363b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/users/[user].jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ export default function Create() {
10181018
<div className="mb-2 w-full flex justify-between ">
10191019
<div className="flex space-x-2 rounded-md">
10201020
{user && (
1021-
<h1 className='text-2xl text-white font-bold uppercase mb-1'>ABOUT {user.username}</h1>
1021+
<h1 className='text-xl text-white font-bold uppercase mb-1'>ABOUT {user.username}</h1>
10221022
)}
10231023
</div>
10241024
{bioViewCheck() ? renderEditButton():'' }
@@ -1041,7 +1041,7 @@ export default function Create() {
10411041
'LIKED CHALLENGES',
10421042
'WRITEUPS',
10431043
'CREATED CHALLENGES',
1044-
'BADGES',
1044+
10451045
].map((tab) => (
10461046
<li
10471047
key={tab}

0 commit comments

Comments
 (0)