diff --git a/src/renderer/src/components/NewWorkspacePage.tsx b/src/renderer/src/components/NewWorkspacePage.tsx index 9a24f1a3f84..8d45e4aa3c7 100644 --- a/src/renderer/src/components/NewWorkspacePage.tsx +++ b/src/renderer/src/components/NewWorkspacePage.tsx @@ -767,16 +767,9 @@ export default function NewWorkspacePage(): React.JSX.Element {
-
- {item.type === 'pr' ? ( - - ) : ( - - )} -

- {item.title} -

-
+

+ {item.title} +

{item.author ?? 'unknown author'} {selectedRepo?.displayName}