|
@@ -167,7 +167,7 @@ const DeploymentDetail = () => {
|
|
|
</DeploymentImageContainer>
|
|
</DeploymentImageContainer>
|
|
|
<Dot>•</Dot>
|
|
<Dot>•</Dot>
|
|
|
<GHALink
|
|
<GHALink
|
|
|
- to={`https://github.com/${prDeployment.gh_repo_owner}/${prDeployment.gh_repo_name}/pulls/${prDeployment.pull_request_id}`}
|
|
|
|
|
|
|
+ to={`https://github.com/${prDeployment.gh_repo_owner}/${prDeployment.gh_repo_name}/pull/${prDeployment.pull_request_id}`}
|
|
|
target="_blank"
|
|
target="_blank"
|
|
|
>
|
|
>
|
|
|
<GithubIcon />
|
|
<GithubIcon />
|