Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
vyvu-pionero committed May 7, 2024
1 parent a8a7e33 commit 6393082
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/@header/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@ export default async function Header() {
className='text-sm basis-1/2'
/>
</div>
<<<<<<< HEAD
<div className='min-w-32 max-w-32 min-h-32 max-h-32 overflow-clip rounded-md mt-5 ml-auto'>
<Image src={avatar} className='-mt-5' alt='avatar' />
</div>
</header>
=======
<div className='min-w-32 max-w-32 min-h-32 max-h-32 overflow-clip rounded-md mt-5'>
<Image src={avatar} className='-mt-5' alt='avatar' />
</div>
</footer>
>>>>>>> ff4ec3c (init)
);
}

0 comments on commit 6393082

Please sign in to comment.