diff --git a/frontend/src/component/personalDashboard/ConnectSDK.tsx b/frontend/src/component/personalDashboard/ConnectSDK.tsx
index f8314eae337b..9d91ae15dace 100644
--- a/frontend/src/component/personalDashboard/ConnectSDK.tsx
+++ b/frontend/src/component/personalDashboard/ConnectSDK.tsx
@@ -1,4 +1,4 @@
-import { Button, styled, Typography } from '@mui/material';
+import { Button, styled } from '@mui/material';
import type { FC } from 'react';
const TitleContainer = styled('div')(({ theme }) => ({
@@ -35,10 +35,10 @@ export const CreateFlag: FC<{ project: string }> = ({ project }) => {
1
Create a feature flag
-
- The project currently holds no feature toggles.
- Create a feature flag to get started.
-
+
+
The project currently holds no feature toggles.
+
Create a feature flag to get started.
+