diff --git a/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx b/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx
index 8efa0395c8..82fd341905 100644
--- a/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx
+++ b/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx
@@ -4,7 +4,7 @@ import { useProduct } from "@/lib/products/products";
import { useTeam } from "@/lib/teams/teams";
import { truncate } from "@/lib/utils";
import { IS_FORMBRICKS_CLOUD } from "@formbricks/lib/constants";
-import { Popover, PopoverTrigger, PopoverContent } from "@formbricks/ui";
+import { Popover, PopoverContent, PopoverTrigger } from "@formbricks/ui";
import { ChevronDownIcon } from "@heroicons/react/20/solid";
import {
AdjustmentsVerticalIcon,
@@ -13,10 +13,10 @@ import {
CreditCardIcon,
DocumentCheckIcon,
DocumentMagnifyingGlassIcon,
+ HashtagIcon,
KeyIcon,
LinkIcon,
PaintBrushIcon,
- HashtagIcon,
UserCircleIcon,
UsersIcon,
} from "@heroicons/react/24/solid";
@@ -45,7 +45,6 @@ export default function SettingsNavbar({ environmentId }: { environmentId: strin
links: NavigationLink[];
}
- // Then, specify the type of the navigation array
const navigation: NavigationSection[] = useMemo(
() => [
{
@@ -186,7 +185,7 @@ export default function SettingsNavbar({ environmentId }: { environmentId: strin
return (
<>
-
+