diff --git a/plugins/github-actions/src/components/Cards/RecentWorkflowRunsCard.tsx b/plugins/github-actions/src/components/Cards/RecentWorkflowRunsCard.tsx
index a3605abb7e..97428088fc 100644
--- a/plugins/github-actions/src/components/Cards/RecentWorkflowRunsCard.tsx
+++ b/plugins/github-actions/src/components/Cards/RecentWorkflowRunsCard.tsx
@@ -25,14 +25,7 @@ import {
} from '@backstage/core';
import { readGitHubIntegrationConfigs } from '@backstage/integration';
import { useEntity } from '@backstage/plugin-catalog-react';
-import {
- Button,
- Card,
- CardContent,
- CardHeader,
- Divider,
- Link,
-} from '@material-ui/core';
+import { Button, Link } from '@material-ui/core';
import React, { useEffect } from 'react';
import { generatePath, Link as RouterLink } from 'react-router-dom';
import { GITHUB_ACTIONS_ANNOTATION } from '../useProjectName';
@@ -82,26 +75,22 @@ export const RecentWorkflowRunsCard = ({
const githubHost = hostname || 'github.com';
return !runs.length ? (
-
-
-
-
-
- Create new Workflow
-
- }
- />
-
-
+
+
+ Create new Workflow
+
+ }
+ />
+
) : (