docs: split testimonials into paragraphs

This commit is contained in:
Oliver Davies 2023-10-23 00:52:15 +01:00
parent 2f304c6ec2
commit 962862f576
3 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,11 @@
---
interface Props {
href: string;
position?: string;
text: string;
}
const { href, text } = Astro.props as Props;
const { href, position, text } = Astro.props as Props;
---
<div