mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-27 00:40:29 -06:00
fix/Typo-main-page (#1146)
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user