diff --git a/apps/formbricks-com/components/shared/Header.tsx b/apps/formbricks-com/components/shared/Header.tsx index f6a99d0644..c753a4d056 100644 --- a/apps/formbricks-com/components/shared/Header.tsx +++ b/apps/formbricks-com/components/shared/Header.tsx @@ -262,18 +262,18 @@ export default function Header() { className="text-base font-medium text-slate-400 hover:text-slate-700 dark:hover:text-slate-300"> Blog {/*

1

*/} - Careers

2

- + */} - {/* Community - */} +
@@ -368,7 +368,7 @@ export default function Header() { Pricing Docs Blog - Careers + {/* Careers */}
*/} ); } diff --git a/apps/formbricks-com/pages/community.tsx b/apps/formbricks-com/pages/community.tsx index 1af2c0c4a1..215df0d063 100644 --- a/apps/formbricks-com/pages/community.tsx +++ b/apps/formbricks-com/pages/community.tsx @@ -7,24 +7,24 @@ import { ChatBubbleOvalLeftEllipsisIcon, EnvelopeIcon } from "@heroicons/react/2 const topContributors = [ { - name: "Midka (8 commits)", + name: "Midka", href: "https://github.com/kymppi", }, { - name: "Timothy (6 commits)", + name: "Pandeyman", + href: "https://github.com/pandeymangg", + }, + { + name: "Ashu", + href: "https://github.com/Ashutosh-Bhadauriya", + }, + { + name: "Timothy", href: "https://github.com/timothyde", }, { - name: "Kiran (3 commits)", - href: "https://github.com/devkiran", - }, - { - name: "Francois (1 commit)", - href: "https://github.com/fdis111", - }, - { - name: "Chetan (1 commit)", - href: "https://github.com/chetan", + name: "Shubhdeep", + href: "https://github.com/Shubhdeep12", }, ]; @@ -34,14 +34,14 @@ const CommunityPage = () => { - +

Top Contributors

- The leader board of the Formbricks community contributors 🙌 + Super thankful to have you guys contribute for Formbricks 🙌

    {topContributors.map((MVP) => ( diff --git a/apps/web/app/billing-confirmation/ConfirmationPage.tsx b/apps/web/app/billing-confirmation/ConfirmationPage.tsx index e80d7be903..43dd97497e 100644 --- a/apps/web/app/billing-confirmation/ConfirmationPage.tsx +++ b/apps/web/app/billing-confirmation/ConfirmationPage.tsx @@ -21,7 +21,7 @@ export default function ConfirmationPage() { improve your user research.

-
diff --git a/apps/web/app/environments/[environmentId]/AddProductModal.tsx b/apps/web/app/environments/[environmentId]/AddProductModal.tsx index 69ada91bb9..2548948f04 100644 --- a/apps/web/app/environments/[environmentId]/AddProductModal.tsx +++ b/apps/web/app/environments/[environmentId]/AddProductModal.tsx @@ -62,7 +62,7 @@ export default function AddProductModal({ environmentId, open, setOpen }: AddPro }}> Cancel - diff --git a/apps/web/app/environments/[environmentId]/attributes/AttributeSettingsTab.tsx b/apps/web/app/environments/[environmentId]/attributes/AttributeSettingsTab.tsx index 7453bfc795..6ebdc61af6 100644 --- a/apps/web/app/environments/[environmentId]/attributes/AttributeSettingsTab.tsx +++ b/apps/web/app/environments/[environmentId]/attributes/AttributeSettingsTab.tsx @@ -101,7 +101,7 @@ export default function AttributeSettingsTab({ {attributeClass.type !== "automatic" && (
-
diff --git a/apps/web/app/environments/[environmentId]/events/AddNoCodeEventModal.tsx b/apps/web/app/environments/[environmentId]/events/AddNoCodeEventModal.tsx index 258c9b4239..cd4df584c4 100644 --- a/apps/web/app/environments/[environmentId]/events/AddNoCodeEventModal.tsx +++ b/apps/web/app/environments/[environmentId]/events/AddNoCodeEventModal.tsx @@ -263,7 +263,7 @@ export default function AddNoCodeEventModal({ }}> Cancel - diff --git a/apps/web/app/environments/[environmentId]/events/EventSettingsTab.tsx b/apps/web/app/environments/[environmentId]/events/EventSettingsTab.tsx index 133e345d91..0593d270ba 100644 --- a/apps/web/app/environments/[environmentId]/events/EventSettingsTab.tsx +++ b/apps/web/app/environments/[environmentId]/events/EventSettingsTab.tsx @@ -283,7 +283,7 @@ export default function EventSettingsTab({ environmentId, eventClassId, setOpen {eventClass.type !== "automatic" && (
-
diff --git a/apps/web/app/environments/[environmentId]/integrations/alerts/slack/AddSlackAlertModal.tsx b/apps/web/app/environments/[environmentId]/integrations/alerts/slack/AddSlackAlertModal.tsx index e5cba9c2c6..66c1169ec4 100644 --- a/apps/web/app/environments/[environmentId]/integrations/alerts/slack/AddSlackAlertModal.tsx +++ b/apps/web/app/environments/[environmentId]/integrations/alerts/slack/AddSlackAlertModal.tsx @@ -69,7 +69,7 @@ const AddEmailAlertModal: React.FC = ({ open, setOpen } - diff --git a/apps/web/app/environments/[environmentId]/surveys/[surveyId]/edit/UpdateQuestionId.tsx b/apps/web/app/environments/[environmentId]/surveys/[surveyId]/edit/UpdateQuestionId.tsx index 060fe6489c..a4fe4ab0ce 100644 --- a/apps/web/app/environments/[environmentId]/surveys/[surveyId]/edit/UpdateQuestionId.tsx +++ b/apps/web/app/environments/[environmentId]/surveys/[surveyId]/edit/UpdateQuestionId.tsx @@ -33,7 +33,7 @@ export default function UpdateQuestionId({ localSurvey, question, questionIdx, u /> {localSurvey.status === "draft" && (