Skip to content

Commit

Permalink
updating the highlighted recipes on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 committed Jan 8, 2025
1 parent bd08393 commit 4cf6121
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,19 @@ Step-by-step guides and ready-to-use code examples designed to help you quickly
href: '/appkit/recipes/telegram-mini-app',
},
{
name: 'Configure Tenderly Virtual TestNets',
name: 'How to Build on EVM',
icon: 'reown/recipes.svg',
href: '/appkit/recipes/tenderly-virtual-testnets',
href: '/appkit/recipes/wagmi-send-transaction',
},
{
name: 'Initiate EVM Transactions',
name: 'How to Build on Solana',
icon: 'reown/recipes.svg',
href: '/appkit/recipes/wagmi-send-transaction',
href: '/appkit/recipes/solana-send-transaction',
},
{
name: 'Initiate Solana Transactions',
name: 'How to Build on Bitcoin',
icon: 'reown/recipes.svg',
href: '/appkit/recipes/solana-send-transaction',
href: '/appkit/recipes/bitcoin-send-transaction',
}
]}
/>
Expand Down

0 comments on commit 4cf6121

Please sign in to comment.