Skip to content

Commit

Permalink
fix(demo): fix PortableText is not defined (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Oct 10, 2023
1 parent e2168b7 commit 6765eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/components/portabletext/PortableText.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const portableTextProps = {
};
---

<PortableText {...portableTextProps} {...attrs} />
<PT {...portableTextProps} {...attrs} />

0 comments on commit 6765eae

Please sign in to comment.