Skip to content

Commit 8cc0e9a

Browse files
authored
Image tweak on Client's section (#68)
* Uploaded new image * Deleted old image
1 parent 554c0b9 commit 8cc0e9a

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

packages/nextjs/pages/index.tsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,7 @@ const Home: NextPage<{
350350
</div>
351351
<div className="flex flex-col items-center lg:pl-16 xl:pl-12 2xl:pl-24 lg:-mr-12 xl:-mr-16 2xl:-mr-24">
352352
<div className="max-w-md lg:max-w-md xl:max-w-xl 2xl:max-w-2xl">
353-
<Image
354-
src="/assets/bg-client-monitor.png"
355-
alt="BG Client running on a computer"
356-
width={700}
357-
height={700}
358-
/>
353+
<Image src="/assets/bg-client-2.png" alt="BG Client running on a computer" width={700} height={700} />
359354
</div>
360355
</div>
361356
</div>
370 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)