Skip to content

Commit

Permalink
fix: correct github commit after link in commit list (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spice-King committed Sep 8, 2024
1 parent 6fd64df commit 55ae60c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class GitCommitsList extends Mixins(BaseMixin) {
}
get linkToGithub() {
return `https://github.com/${this.repo?.owner}/${this.repo?.name}/commits/${this.repo?.branch}/?after=${this.lastCommit?.sha}+0`
return `https://github.com/${this.repo?.owner}/${this.repo?.repo_name}/commits/${this.repo?.branch}/?after=${this.lastCommit?.sha}+0`
}
get overlayScrollbarsStyle() {
Expand Down

0 comments on commit 55ae60c

Please sign in to comment.