fix: add quotes around testimonials blockquote
This commit is contained in:
@@ -68,7 +68,7 @@ export default function Testimonials({ items }: TestimonialsProps) {
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<blockquote className="p-3">{active.quote}</blockquote>
|
<blockquote className="p-3">"{active.quote}"</blockquote>
|
||||||
|
|
||||||
<footer className="flex items-center justify-between">
|
<footer className="flex items-center justify-between">
|
||||||
<div className="flex mt-3">
|
<div className="flex mt-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user