feat: make testimonials title configurable
This commit is contained in:
parent
95049a8711
commit
16d6c97821
3 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,7 @@ import Testimonials from "~/components/Testimonials.astro";
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<Testimonials names={frontmatter.testimonials} />
|
||||
<Testimonials title={"What subscribers have said"} names={frontmatter.testimonials} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ title: Testimonials
|
|||
|
||||
import Testimonials from "~/components/Testimonials.astro";
|
||||
|
||||
<Testimonials />
|
||||
<Testimonials title={"What people have said"} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue