docs: split testimonials into paragraphs
This commit is contained in:
parent
2f304c6ec2
commit
962862f576
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue