Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
swolidity committed Nov 8, 2023
1 parent e372678 commit d5950a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/components/MetaHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ type MetaHeaderProps = {
const baseUrl = process.env.NEXT_PUBLIC_VERCEL_URL ? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}/` : "/";

export const MetaHeader = ({
title = "Scaffold-ETH 2 App",
description = "Built with 🏗 Scaffold-ETH 2",
image = "thumbnail.jpg",
title = "FitFam",
description = "Built with 💪",
image = "[email protected]",
twitterCard = "summary_large_image",
children,
}: MetaHeaderProps) => {
Expand Down

0 comments on commit d5950a2

Please sign in to comment.