Skip to content

Commit

Permalink
Merge pull request #33 from dappforce/dev/frog
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel authored Aug 19, 2024
2 parents a9785e5 + 2cd61da commit cad1b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed public/frames/1723117763252/1.avif
Binary file not shown.
4 changes: 2 additions & 2 deletions src/server/frames/sources/1723117763252/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const frame = {
</Button>,
<Button.Link href={channelLink}>More</Button.Link>,
<Button.Link
href={`https://warpcast.com/~/compose?text=Step%20by%20step,%20meme%20by%20meme!%20Share,%20laugh,%20and%20track%20your%20progress.%20%F0%9F%A4%A3%F0%9F%93%88&embeds%5B%5D=${env.NEXT_PUBLIC_BASE_URL}/api/frames/${frameName}`}
href={`https://warpcast.com/~/compose?text=Step%20by%20step,%20meme%20by%20meme!%20Share,%20laugh,%20and%20track%20your%20progress%20%F0%9F%A4%A3%F0%9F%93%88&embeds%5B%5D=${env.NEXT_PUBLIC_BASE_URL}/api/frames/${frameName}`}
>
Share
</Button.Link>,
Expand All @@ -174,7 +174,7 @@ const frame = {
// first frame needs to be small, so it just shows the image
if (i === 0) {
return c.res({
image: getImageUrl(i + 1, 'avif'),
image: getImageUrl(i + 1),
intents,
})
}
Expand Down

0 comments on commit cad1b7d

Please sign in to comment.