Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandivier committed Sep 29, 2024
1 parent b793a03 commit b71a526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blitz-app/src/app/home/HomePageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TestimonialBlock = () => {
return (
<div>
<p className="mb-4 text-gray-800">
"{randomTestimonial.testimonialText}"
{`"${randomTestimonial.testimonialText}"`}
</p>
<p className="font-bold">{randomTestimonial.testimonialGiverName}</p>
{randomTestimonial.testimonialLinkedInUrl ? (
Expand Down

0 comments on commit b71a526

Please sign in to comment.