@@ -6,24 +6,40 @@ export const ConnectAProvider = () => {
6
6
< div className = "connect-provider-container" >
7
7
< div className = "connect-provider-prompt text-center" >
8
8
< div className = "text-2xl bold" > Connect an integration to see all of your pull requests</ div >
9
- < a className = "provider-buttons" href = { `${ GKDotDevUrl } /settings/integrations` } target = "_blank" >
10
- < div className = "provider-button text-sm text-secondary" >
9
+ < div className = "provider-buttons" >
10
+ < a
11
+ className = "provider-button text-sm text-secondary"
12
+ href = { `${ GKDotDevUrl } /settings/integrations?connect=github` }
13
+ target = "_blank"
14
+ >
11
15
< img src = "img/github-color.svg" height = { 24 } />
12
16
< div > GitHub</ div >
13
- </ div >
14
- < div className = "provider-button text-sm text-secondary" >
17
+ </ a >
18
+ < a
19
+ className = "provider-button text-sm text-secondary"
20
+ href = { `${ GKDotDevUrl } /settings/integrations?connect=gitlab` }
21
+ target = "_blank"
22
+ >
15
23
< img src = "img/gitlab-color.svg" height = { 24 } />
16
24
< div > GitLab</ div >
17
- </ div >
18
- < div className = "provider-button text-sm text-secondary" >
25
+ </ a >
26
+ < a
27
+ className = "provider-button text-sm text-secondary"
28
+ href = { `${ GKDotDevUrl } /settings/integrations?connect=bitbucket` }
29
+ target = "_blank"
30
+ >
19
31
< img src = "img/bitbucket-color.svg" height = { 24 } />
20
32
< div > Bitbucket</ div >
21
- </ div >
22
- < div className = "provider-button text-sm text-secondary" >
33
+ </ a >
34
+ < a
35
+ className = "provider-button text-sm text-secondary"
36
+ href = { `${ GKDotDevUrl } /settings/integrations?connect=azure` }
37
+ target = "_blank"
38
+ >
23
39
< img src = "img/azuredevops-color.svg" height = { 24 } />
24
40
< div > Azure DevOps</ div >
25
- </ div >
26
- </ a >
41
+ </ a >
42
+ </ div >
27
43
< div className = "text-sm text-secondary italic" >
28
44
*Only cloud-hosted providers are currently supported.
29
45
</ div >
0 commit comments