Skip to content

Commit

Permalink
update meta header
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Nov 29, 2023
1 parent 2ce6ece commit 374673e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/MetaHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const baseUrl = process.env.NEXT_PUBLIC_VERCEL_URL ? `https://${process.env.NEXT

export const MetaHeader = ({
title = "Vaults of Fortune",
description = "Compete for the highest return on investment over 3 rounds",
image = "thumbnail.png",
description = "Compete for the highest return on investment over 3 rounds by depositing GODL into ERC-4626 vaults where the rate of return is determined by Chainlink VRF",
image = "thumbnail.jpg",
twitterCard = "summary_large_image",
children,
}: MetaHeaderProps) => {
Expand Down
Binary file added packages/nextjs/public/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/nextjs/public/thumbnail.png
Binary file not shown.
Binary file removed packages/nextjs/public/vault.png
Binary file not shown.

0 comments on commit 374673e

Please sign in to comment.