Skip to content

Commit

Permalink
Replaced some images on astrophotography page (#8)
Browse files Browse the repository at this point in the history
* Replaced some images

* Update astroph.tsx

As requested in pr
  • Loading branch information
arnavbhate authored Jul 24, 2024
1 parent 1987eba commit df6f0f9
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/astroph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ var images:ImageProps[] = [
{name: "Conjugation of Moon, Venus and Jupiter", img: `/img/Astrophotography/moon_venus_jupiter.jpg`},
{name: "Cosmic Cliffs", img: `/img/Astrophotography/cosmic_cliffs.png`},
{name: "Milky Way", img: `/img/Astrophotography/milkyway.png`},
{name: "M3 Globular Cluster", img: `/img/Astrophotography/M3GIT.png`},
{name: "M3 Globular Cluster", img: `/img/Astrophotography/m3.jpg`},
{name: "Sombrero Galaxy", img: `/img/Astrophotography/sombrero.png`},
{name: "ISS Solar transit", img: `/img/Astrophotography/ISS_solar_transit.png`},
{name: "Andromeda Galaxy", img: `/img/Astrophotography/Andromeda.jpg`},
{name: "M51 Whirlpool Galaxy", img: `/img/Astrophotography/m51.png`},
{name: "M51 Whirlpool Galaxy", img: `/img/Astrophotography/m51.jpg`},
{name: "M5 Globular Cluster", img: `/img/Astrophotography/m5.png`},
{name: "Owl Nebula", img: `/img/Astrophotography/owl_nebula.png`},
{name: "Orion Nebula", img: `/img/Astrophotography/orion_nebula.png`},
{name: "Jupiter", img: `/img/Astrophotography/Jupiter.png`},
{name: "Orion Nebula", img: `/img/Astrophotography/orion_nebula.jpg`},
{name: "Jupiter", img: `/img/Astrophotography/Jupiter.jpg`},
{name: "Moon craters", img: `/img/Astrophotography/moon_crater.png`}
]

Expand Down
Binary file added public/img/Astrophotography/Jupiter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/Astrophotography/Jupiter.png
Binary file not shown.
Binary file removed public/img/Astrophotography/M3GIT.png
Binary file not shown.
Binary file added public/img/Astrophotography/m3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/Astrophotography/m51.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/Astrophotography/m51.png
Binary file not shown.
Binary file added public/img/Astrophotography/orion_nebula.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/Astrophotography/orion_nebula.png
Binary file not shown.

0 comments on commit df6f0f9

Please sign in to comment.