Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change title #2367

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/formbricks-com/pages/in-app-survey/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default function LinkSurveyPage() {
/>
<SalesTestimonial
quote="As a product-led growth company, we run surveys at key moments in our user journey. We spent a lot of time crafting our UX and I love how seamless Formbricks fits in! Should be a no-brainer for every product team."
author="Bailey Pumfleet, Co-CEO @ Cal.com"
author="Bailey Pumfleet, Co-Founder @ Cal.com"
imgSrc={Bailey}
imgAlt="Cal.com co-founder Bailey Pumfleet speaks about how Formbricks in-app surveys feel like a native part of the UI of their product."
textSize="base"
Expand Down
4 changes: 2 additions & 2 deletions apps/web/app/(auth)/auth/components/Testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ export default function Testimonial() {
<div className="mt-4 flex items-center space-x-6">
<Image
src={Peer}
alt="Cal.com Co-CEO Peer Richelsen"
alt="Cal.com Co-Founder Peer Richelsen"
className="-mb-12 h-28 w-28 rounded-full border border-slate-200 shadow-sm"
/>
<div>
<p className="mb-1.5 text-sm text-slate-500">Peer Richelsen, Co-CEO Cal.com</p>
<p className="mb-1.5 text-sm text-slate-500">Peer Richelsen, Co-Founder Cal.com</p>
<Image src={CalComLogo} alt="Cal.com Logo" />
</div>
</div>
Expand Down
Loading