From 35e3cdcd0d6116e92e712bd3887bc63abc60a7f3 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 8 Oct 2023 16:39:23 +0530 Subject: [PATCH] actually fix it ;) --- .../components/shared/BestPracticeNavigation.tsx | 8 ++++---- apps/formbricks-com/tailwind.config.ts | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/formbricks-com/components/shared/BestPracticeNavigation.tsx b/apps/formbricks-com/components/shared/BestPracticeNavigation.tsx index 8c82c59963..b22034a06c 100644 --- a/apps/formbricks-com/components/shared/BestPracticeNavigation.tsx +++ b/apps/formbricks-com/components/shared/BestPracticeNavigation.tsx @@ -1,12 +1,12 @@ import { + BaseballIcon, CancelSubscriptionIcon, + CodeBookIcon, DogChaserIcon, FeedbackIcon, InterviewPromptIcon, OnboardingIcon, PMFIcon, - BaseballIcon, - CodeBookIcon, } from "@formbricks/ui"; import clsx from "clsx"; import Link from "next/link"; @@ -81,14 +81,14 @@ export default function BestPracticeNavigation() { ]; return ( -
+
{BestPractices.map((bestPractice) => (