Skip to content

Commit

Permalink
fix(AAiT.web.1): Removed more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-OfAnton committed Aug 30, 2023
1 parent 6cbfa6e commit 467c100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aait/web/group-1/app/profile/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function ProfileLayout({
<div className={ `flex justify-between items-center text-md border-b ${ pathname === '/profile/my-blogs' ? 'pb-2' : 'pb-4' }` }>
<div className='flex space-x-10 text-[12px] text-[#494949] font-semibold'>
{
// links.map(link => <h3 className={ pathname === linkPathname.get(link) && `border-b-2 border-[#264FAD] -mb-5` } >{ link }</h3>)
links.map(link => (
<Link
href={ linkPathname.get(link) as string }
Expand Down

0 comments on commit 467c100

Please sign in to comment.