Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AKashton committed Nov 16, 2023
1 parent 3538539 commit efbe104
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ const Navbar = () => {

{/* User Avatar Icon */}
{session && session.user && (
<div>
<img
src={session.user.image}
style={{ width: '40px', height: '40px', borderRadius: '50%' }}
/>
</div>
)}
<div>
<img
src={session.user.image}
style={{ width: '40px', height: '40px', borderRadius: '50%' }}
/>
</div>
)}
{/* User */}
<div className='flex w-2/12 lg:w-1/12 justify-end my-auto text-right px-2'> {name} </div>

Expand Down

0 comments on commit efbe104

Please sign in to comment.