Skip to content

Commit

Permalink
Update meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJ0nes committed Aug 11, 2024
1 parent 8b047b2 commit 75fe9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "~~/styles/globals.css";
import { getMetadata } from "~~/utils/scaffold-eth/getMetadata";

export const metadata = getMetadata({
title: "Scaffold-ETH 2 App",
description: "Built with 🏗 Scaffold-ETH 2",
title: "0xList",
description: "The first Layer 2 on-chain listing marketplace. Buy, sell, or rent anything securely.",
});

const ScaffoldEthApp = ({ children }: { children: React.ReactNode }) => {
Expand Down

0 comments on commit 75fe9c7

Please sign in to comment.