Skip to content

Commit

Permalink
fix(website): replace the screenshot with a smaller one
Browse files Browse the repository at this point in the history
The previous one was too big both in dimension and file size.
  • Loading branch information
vst committed Apr 20, 2024
1 parent 6e36dce commit 4f4c5b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ function Hero() {
<div className="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
<div className="-m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
<img
src="https://github.com/vst/hostpatrol/assets/374793/88e33afd-7b0b-45b6-a542-01c5994af076"
src="https://github.com/vst/hostpatrol/assets/374793/416e1135-fe9a-4998-8acc-de07dd62c88b"
alt="App screenshot"
width={2432}
height={1442}
width={1634}
height={801}
className="w-[76rem] rounded-md shadow-2xl ring-1 ring-gray-900/10"
/>
</div>
Expand Down

0 comments on commit 4f4c5b5

Please sign in to comment.