Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
et0and authored Oct 16, 2024
1 parent d9ff2fb commit 22520b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import TrailingImage from "@/components/ui/trailing-image/trailing-image";

export const metadata: Metadata = {
openGraph: {
Expand All @@ -22,7 +21,6 @@ export default function Home() {
return (
<div className="flex flex-col min-h-screen">
<div className="flex-grow items-center justify-center transition grayscale hidden md:flex max-w-5xl">
<TrailingImage />
</div>
</div>
);
Expand Down

0 comments on commit 22520b4

Please sign in to comment.