Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Nov 17, 2023
1 parent 30bd620 commit 5e9b928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added astro/public/landing/blot-clear-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ try {
half-to-full
overflow-clip h-4/5 border border-black rounded-md min-h-[300px] max-w-[450px] shadow-lg">
<div class="w-100 text-center text-xl bg-[#8cc8fd] text-[#413c3c] p-2 text-[1.4rem]">Get a machine to draw it.</div>
<div class="fill img-fill" style="background-color: white; background-image: url('/machine.png');"></div>
<div class="fill img-fill" style="background-color: white; background-image: url('/public/landing/blot-clear-bg.png');"></div>
</div>
</div>

Expand Down Expand Up @@ -390,7 +390,7 @@ try {
<div class="step-item">
<div class="step-text"><span class="step">Step 3) </span>Get parts for your Blot in the mail and <a href="/assembly">build your own machine</a>.</div>
<div class="machine-img-container">
<img class="machine-img" src="/landing/machine.webp"/>
<img class="machine-img" src="/landing/blot-clear-bg.png"/>
</div>
</div>
</div>
Expand Down

1 comment on commit 5e9b928

@vercel
Copy link

@vercel vercel bot commented on 5e9b928 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blot – ./astro

blot-git-main.hackclub.dev
blot.hackclub.dev

Please sign in to comment.