Skip to content

Commit 9318fa6

Browse files
fix/new tab on configure github
1 parent 63c4adf commit 9318fa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/CreateProjectForm.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,11 @@ export default function CreateProjectForm({ organizationId, repositories }: Crea
152152
<CardTitle className="text-lg">Select a repository</CardTitle>
153153
<CardDescription className="text-sm text-muted-foreground">Choose the repository for your project</CardDescription>
154154
</div>
155-
156155
<Link
157156
href="https://github.com/apps/digger-cloud-next/installations/select_target"
158157
onClick={(e) => e.stopPropagation()}
158+
target="_blank"
159+
rel="noopener noreferrer"
159160
>
160161
<Button
161162
type="button"

0 commit comments

Comments
 (0)