Skip to content

Commit a1f2c1a

Browse files
committed
fix issue link
1 parent aa81a70 commit a1f2c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/js/components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const IssueCard = {
3838
</h4>
3939
<p class="is-size-6">
4040
<a
41-
:href="issue.html_url"
41+
:href=" issue.url "
4242
target="_blank">
4343
<span class="has-color-forest-green">
4444
{{ issue.repo }}#{{ issue.number }}

0 commit comments

Comments
 (0)