Skip to content

Commit

Permalink
Rename images
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 22, 2023
1 parent a247f5e commit 38297f8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified packages/website/public/images/error.png
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 packages/website/public/images/hero-showcase.png
Binary file not shown.
Binary file not shown.
File renamed without changes
2 changes: 1 addition & 1 deletion packages/website/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ import { Content as CodeBlock } from './codeblock.mdx';
<div class="wrapper">
<h1 class="neon-header">Easy fullstack debugging</h1>
<div class="sub-heading">Spotlight is a highly customizable debug tool embedded in your web app.</div>
<img src="/images/peated-sample-trace.png" alt="Spotlight Hero" class="hero-image" />
<img src="/images/trace.png" alt="Spotlight Hero" class="hero-image" />
<p class="actions">
<a href="/about/">Get Started</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion packages/website/src/components/LandingPage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Content as CodeBlock } from './codeblock.mdx';
description="Take the power of Sentry's telemetry and bring that into your development environment with Errors and Traces."
reverse
>
<img class="block rounded-lg" src="/images/peated-sample-error.png" width="100%" style={{ maxWidth: 'unset' }} />
<img class="block rounded-lg" src="/images/error.png" width="100%" style={{ maxWidth: 'unset' }} />
</FeatureCard>
</Section>

Expand Down

0 comments on commit 38297f8

Please sign in to comment.