Skip to content

Commit

Permalink
fix meta header description
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Dec 6, 2023
1 parent ded6673 commit 44d3127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/MetaHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const baseUrl = process.env.NEXT_PUBLIC_VERCEL_URL ? `https://${process.env.NEXT

export const MetaHeader = ({
title = "Speedrun Chainlink",
description = "Built with 🏗 Scaffold-ETH 2",
description = "A beginner's guide to integrating chainlink price feeds, VRF, automation, and functions",
image = "banner.png",
twitterCard = "summary_large_image",
children,
Expand Down

0 comments on commit 44d3127

Please sign in to comment.