Skip to content

Commit

Permalink
Add HyperSDK course to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
martineckardt committed Jun 4, 2024
1 parent 9c7cfe6 commit c9b2ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const courses = [
{ name: 'Multi-Chain Architecture', description: 'Dive deeper into the Multi-Chain Architecture and deploy your own Blockchain', href: '/course/multi-chain-architecture', icon: CircleStackIcon },
{ name: 'Teleporter', description: "Utilize Teleporter to build cross-chain dApps in Avalanche network", href: '/course/teleporter', icon: ArrowsRightLeftIcon },
{ name: 'Teleporter Token Bridge', description: "Utilize Teleporter to bridge Tokens in the Avalanche Network", href: '/course/teleporter-token-bridge', icon: CoinsIcon },
{ name: 'HyperSDK', description: 'Learn to build customized Virtual Machines using our SDK', href: '#', icon: CodeBracketIcon },
{ name: 'HyperSDK', description: 'Learn to build customized Virtual Machines using our SDK', href: '/course/hypersdk', icon: CodeBracketIcon },
]
const callsToAction = [
{ name: 'Documentation', href: 'https://docs.avax.network', icon: DocumentTextIcon },
Expand Down

0 comments on commit c9b2ed1

Please sign in to comment.