Skip to content

Commit

Permalink
feat: added link in logo header
Browse files Browse the repository at this point in the history
  • Loading branch information
NatanBrito committed Aug 5, 2024
1 parent e73a904 commit a376ce7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/components/firstPage/firstPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ function FirstPage() {
return (
<section className='flex flex-col items-center justify-center bg-circle-pattern '>
<div className='w-full max-w-[1780px] pl-5 pt-5 sm:pl-6 lg:pl-10 2xl:pl-14'>
<TlcLogo />
<div className='max-w-35 max-h-10 sm:w-40 sm:h-14 lg:w-48 lg:h-16' >
<a href='https://comece.techleads.club/'>
<TlcLogo />
</a>
</div>
</div>

<div className='flex flex-col items-center px-5 text-center sm:px-6 lg:px-10 2xl:px-14'>
Expand Down
6 changes: 5 additions & 1 deletion src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ function Header() {
<section className='bg-circle-pattern'>
<div className='flex flex-col items-center'>
<div className='w-full max-w-[1780px] pl-5 pt-5 sm:pl-6 lg:pl-10 2xl:pl-14'>
<TlcLogo />
<div className='max-w-35 max-h-10 sm:w-40 sm:h-14 lg:w-48 lg:h-16' >
<a href='https://comece.techleads.club/'>
<TlcLogo />
</a>
</div>
</div>
</div>
<div className='flex flex-col items-center px-5 text-center sm:px-6 lg:px-10 2xl:px-14'>
Expand Down

0 comments on commit a376ce7

Please sign in to comment.