Skip to content

Commit

Permalink
Merge pull request #2 from nelsonksh/main
Browse files Browse the repository at this point in the history
Link to Plu-Ts examples
  • Loading branch information
workshop-maybe committed May 8, 2024
2 parents 3f63a45 + 1782826 commit b549a28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ const ppblRepoLinks: { title: string; href: string; description: string }[] = [
href: "/",
description: "Start building smart contracts with Aiken",
},
{
title: "PPBL 2024 Plu-Ts Examples",
href: "https://github.com/nelsonksh/gimbalabs-ppbl2024-plu-ts-examples",
description: "Smart contracts written in Plu-Ts",
},
{
title: "Transaction Examples",
href: "https://github.com/gimbalabs/ppbl2024-transaction-examples",
Expand Down Expand Up @@ -87,7 +92,7 @@ export default function Navigation() {
<NavigationMenuLink asChild>
<a
className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md"
href="https://v2.andamio.io/course/ppbl2024"
href="https://andamio.io/course/ppbl2024"
>
<div className="mb-2 mt-4 text-lg font-medium">
Plutus PBL 2024
Expand All @@ -99,7 +104,7 @@ export default function Navigation() {
</NavigationMenuLink>
</li>
<ListItem
href="https://v2.andamio.io/course/ppbl2024"
href="https://andamio.io/course/ppbl2024"
title="Take the Course"
>
Text and video content
Expand Down

0 comments on commit b549a28

Please sign in to comment.