Skip to content

Commit

Permalink
fix: use newer plugin link
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Oct 17, 2024
1 parent aaffbe9 commit 10d22fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export default function Index() {
href="https://github.com/astahmer/pandabox/tree/main/packages/prettier-plugin"
/>
<Card
title="@pandabox/unplugin-panda-macro"
title="@pandabox/unplugin"
description="Make your `styled-system` disappear at build-time by inlining the results as class names."
href="https://github.com/astahmer/pandabox/tree/main/packages/unplugin-panda-macro"
href="https://github.com/astahmer/pandabox/tree/main/packages/unplugin"
/>
<Card
title="styled2panda"
Expand Down

0 comments on commit 10d22fe

Please sign in to comment.