Skip to content

Commit

Permalink
Respond to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81CB committed Feb 9, 2024
1 parent eb7a353 commit 6463331
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ keywords: [
farcaster,
frames
farcaster frames,
]
],
hide_table_of_contents: false
---

As [Frames] on [Farcaster] grow in popularity, developers are building more complex interactions to meet the community's expectation for new and exciting things to do. [OnchainKit], and our [a-frame-in-100-lines] demo give you a number of tools to build complex interactions withing a frame.
As [Frames] on [Farcaster] grow in popularity, developers are building more complex interactions to meet the community's expectation for new and exciting things to do. [OnchainKit], and our [a-frame-in-100-lines] demo give you a number of tools to build complex interactions within a frame.

:::caution

Expand Down Expand Up @@ -173,7 +173,7 @@ return new NextResponse(

### Link Button

You can now add outbound links to buttons. To do this, with [OnchainKit], simply create a button with an `action` property of `link`, and a `target` of the desired url:
You can now add outbound links to buttons. To do this with [OnchainKit], simply create a button with an `action` property of `link`, and a `target` of the desired url:

```typescript
{
Expand Down

0 comments on commit 6463331

Please sign in to comment.