Skip to content

Commit

Permalink
Fixed screenshot filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 committed Nov 1, 2024
1 parent 34e3aec commit 67b9be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Home: NextPage = () => {
{/* Screenshot section */}
<section className="bg-[#DDDDDD] w-7/12 lg:flex-1 p-6 flex justify-center border-x-[1px] border-b-[1px] border-black lg:border-b-0">
<Image
src="/screenshot-2.png"
src="/screenshot-3.png"
alt="screenshot"
className="object-contain cursor-pointer"
width={972}
Expand Down

0 comments on commit 67b9be0

Please sign in to comment.