mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
refactor: Remove quotes from testimonial text in home.html
This commit is contained in:
parent
2facd2ab16
commit
e7554c5413
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
|
|||
// Update content when card is perpendicular to view (hidden)
|
||||
setTimeout(() => {
|
||||
testimonialElement.innerHTML = `
|
||||
<p class="testimonial-text">"${newTestimonial.text}"</p>
|
||||
<p class="testimonial-text">${newTestimonial.text}</p>
|
||||
<p class="testimonial-author">— <a href="${newTestimonial.link}" target="_blank">${newTestimonial.author}</a></p>
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue