Skip to content

Commit

Permalink
update cow thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Oct 30, 2024
1 parent 556a720 commit 5744647
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/nextjs/app/cow/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { getMetadata } from "~~/utils/scaffold-eth/getMetadata";
export const metadata = getMetadata({
title: "Create a CoW AMM",
description: "Create CoW AMM pools with Balancer protocol",
imageRelativePath: "/cow-thumbnail.png",
});

const CowLayout = ({ children }: { children: React.ReactNode }) => {
Expand Down
Binary file added packages/nextjs/public/cow-thumbnail.png
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.jpg
Binary file not shown.
Binary file added packages/nextjs/public/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/nextjs/utils/scaffold-eth/getMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const titleTemplate = "%s";
export const getMetadata = ({
title,
description,
imageRelativePath = "/thumbnail.jpg",
imageRelativePath = "/thumbnail.png",
}: {
title: string;
description: string;
Expand Down

0 comments on commit 5744647

Please sign in to comment.