Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/web/src/components/Testimonials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ import m from '@/copy/messages'
src="https://senja.io/p/capgo/love-embed?hideNavigation=true&embed=true"
title="Customer testimonials and reviews for Capgo"
aria-label="Wall of Love - Customer testimonials"
style="overflow: hidden;"
allowtransparency="true"
class="block bg-transparent"
style="overflow: hidden; background-color: transparent;"
width="100%"></iframe>
<script is:inline>
document.addEventListener('DOMContentLoaded', function () {
Expand Down
Loading