File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/components/ciPipeline Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ export const SourceMaterials: React.FC<SourceMaterialsProps> = (props) => {
55
55
value = (
56
56
< span >
57
57
If you need webhook based CI for apps with multiple code sources,
58
- < Link
58
+ < a
59
59
className = "anchor"
60
60
rel = "noreferrer"
61
- to = "https://github.com/devtron-labs/devtron/issues"
61
+ href = "https://github.com/devtron-labs/devtron/issues"
62
62
target = "_blank"
63
63
>
64
64
Create a github issue
65
- </ Link >
65
+ </ a >
66
66
</ span >
67
67
)
68
68
} else if ( _isSingleGit ) {
@@ -79,14 +79,14 @@ export const SourceMaterials: React.FC<SourceMaterialsProps> = (props) => {
79
79
value = (
80
80
< span >
81
81
If you want to trigger CI using any other mechanism,
82
- < Link
82
+ < a
83
83
className = "anchor"
84
84
rel = "noreferrer"
85
- to = "https://github.com/devtron-labs/devtron/issues"
85
+ href = "https://github.com/devtron-labs/devtron/issues"
86
86
target = "_blank"
87
87
>
88
88
Create a github issue
89
- </ Link >
89
+ </ a >
90
90
</ span >
91
91
)
92
92
}
You can’t perform that action at this time.
0 commit comments