Skip to content

Commit

Permalink
Merge pull request #80 from karelnagel/dev
Browse files Browse the repository at this point in the history
fixed build error
  • Loading branch information
karelnagel authored Apr 5, 2023
2 parents 648b749 + f4423a2 commit 9c51bc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions landing/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
import { Download } from "~/components/Download";
import { github } from "~/config";

export const Hero = () => {
const Hero = () => {
return (
<div className=" grid grid-cols-2 items-center h-screen">
<div className="flex flex-col space-y-4">
Expand All @@ -16,9 +16,7 @@ export const Hero = () => {
</Link>
</div>
</div>
<div>
{/* <Image priority src="/favicon.png" alt="video" height={400} width={600} className="" /> */}
</div>
<div>{/* <Image priority src="/favicon.png" alt="video" height={400} width={600} className="" /> */}</div>
</div>
);
};
Expand Down

1 comment on commit 9c51bc5

@vercel
Copy link

@vercel vercel bot commented on 9c51bc5 Apr 5, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.