Skip to content

Commit b94662b

Browse files
committed
fix(blog): update blog post with new button syntax
1 parent 4257400 commit b94662b

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

  • apps/blog/content/blog

apps/blog/content/blog/the-next-evolution-of-prisma-orm/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,13 @@ Today we’re publishing the Prisma Next repo so you can follow the work as it h
442442
If you want to stay close to the work, **star + watch** the repo.
443443

444444
<Button
445+
asChild
445446
variant="ppg"
446-
href="https://github.com/prisma/prisma-next"
447447
className="no-underline hover:no-underline w-1/3 mx-auto"
448448
>
449-
Star and watch the repository
449+
<a href="https://github.com/prisma/prisma-next">
450+
Star and watch the repository
451+
</a>
450452
</Button>
451453

452454
If you want to build alongside us, join `#prisma-next` on [Discord](http://pris.ly/discord?utm_campaign=prisma-next).

apps/blog/content/blog/try-prisma-announcment-Kv6bwRcdjd/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,14 @@ Open up the new project and head to the README for information on how to start e
9696
If you are curious about all of the options available via the CLI, head over to the [`try-prisma` repository](https://github.com/prisma/try-prisma) and check out the README.
9797

9898
<Button
99+
asChild
99100
variant="ppg"
100-
href="https://github.com/prisma/try-prisma"
101101
className="no-underline hover:no-underline w-fit mx-auto px-4"
102-
>Head over to the try-prisma repository</Button>
102+
>
103+
<a href="https://github.com/prisma/try-prisma">
104+
Head over to the try-prisma repository
105+
</a>
106+
</Button>
103107

104108
If you run into any issues, feel free to leave an issue in the repository's [issues](https://github.com/prisma/try-prisma/issues) tab.
105109

0 commit comments

Comments
 (0)