Skip to content

Commit

Permalink
Remove AI-generated images
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahnentferner committed Jul 29, 2024
1 parent d946cb6 commit 5368f17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/gallery/Alliance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Home: React.FC<HomeProps> = (props: HomeProps) => {
</a>
</div>
<div className="lg:flex justify-end cursor-pointer my-5">
<DoubleDoorAnimation mainImage={getRandomImage()} leftCoverImage={DoorImageLeft} rightCoverImage={DoorImageRight} />
<DoubleDoorAnimation mainImage="/gallery/Alliance.png" leftCoverImage={DoorImageLeft} rightCoverImage={DoorImageRight} />
</div>
</div>
<Blur />
Expand Down

0 comments on commit 5368f17

Please sign in to comment.