fix/Typo-main-page (#1146)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Akash Sharan
2023-10-14 21:48:55 +05:30
committed by GitHub
parent a8e103f63b
commit 9dfd99e916
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export default function BestPracticeNavigation() {
href: "/interview-prompt",
status: true,
icon: InterviewPromptIcon,
description: "Ask only power users users to book a time in your calendar. Get those juicy details.",
description: "Ask only power users to book a time in your calendar. Get those juicy details.",
category: "Understand Users",
},
{

View File

@@ -8,7 +8,7 @@ export default function InterviewPromptPage() {
return (
<Layout
title="Interview Prompt with Formbricks"
description="Ask only power users users to book a time in your calendar. Get those juicy details.">
description="Ask only power users to book a time in your calendar. Get those juicy details.">
<div className="grid grid-cols-1 items-center md:grid-cols-2 md:gap-12 md:py-20">
<div className="p-6 md:p-0">
<UseCaseHeader title="Interview Prompt" difficulty="Easy" setupMinutes="15" />