Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish Mishra committed Aug 5, 2024
1 parent 4c85b23 commit 6460e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Home: NextPage = () => {
<div className="w-full h-40 absolute bg-light-purple dark:purple dark:bg-black">
<div className="sm:ml-0 ml-5 mr-0 mt-3 md:pl-80 md:pr-80 sm:w-full h-full bg-purple-500 dark:bg-black">
<Image src="/netsepio.svg" width={150} height={100} className="w-40 h-16" alt="NetSepio" />
<Image src="/netsepio-name.svg" width={200} height={100} className="w-40 h-16" alt="NetSepio" />
</div>
</div>
<div className='mt-20 w-full absolute overflow-scroll '>
Expand Down

0 comments on commit 6460e3d

Please sign in to comment.