Skip to content

Commit

Permalink
Added animated satellite GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealbiac committed Oct 24, 2024
1 parent 015ad6c commit c568ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const Home: NextPage = () => {
</section>

{/* Satellite section */}
<section className="bg-[#12D855] p-6 w-[40vw] lg:flex-1 flex justify-center border-r-[1px] border-b-[1px] border-black lg:border-r-0 lg:border-b-0">
<img src="satellite-test.png" alt="satellite" className="object-contain" />
<section className="bg-[#20F658] p-6 w-[40vw] lg:flex-1 flex justify-center border-r-[1px] border-b-[1px] border-black lg:border-r-0 lg:border-b-0">
<img src="satellite-10fps.gif" alt="satellite" className="object-contain" />
</section>
</div>

Expand Down
Binary file added packages/nextjs/public/satellite-10fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c568ced

Please sign in to comment.